Skip to content

Commit 13c62ce

Browse files
denizekizmonilpat
authored andcommitted
fix
1 parent dd23584 commit 13c62ce

File tree

1 file changed

+1
-1
lines changed
  • packages/plugin-node/src/services

1 file changed

+1
-1
lines changed

packages/plugin-node/src/services/image.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ export class ImageDescriptionService
187187
): Promise<string> {
188188
for (let attempt = 0; attempt < 3; attempt++) {
189189
try {
190-
const shouldUseBase64 = isGif || isLocalFile;
190+
const shouldUseBase64 = isGif || isLocalFile;
191191
const mimeType = isGif
192192
? "png"
193193
: path.extname(imageUrl).slice(1) || "jpeg";

0 commit comments

Comments
 (0)