We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd23584 commit 13c62ceCopy full SHA for 13c62ce
packages/plugin-node/src/services/image.ts
@@ -187,7 +187,7 @@ export class ImageDescriptionService
187
): Promise<string> {
188
for (let attempt = 0; attempt < 3; attempt++) {
189
try {
190
- const shouldUseBase64 = isGif || isLocalFile;
+ const shouldUseBase64 = isGif || isLocalFile;
191
const mimeType = isGif
192
? "png"
193
: path.extname(imageUrl).slice(1) || "jpeg";
0 commit comments