Skip to content

Commit 869aeca

Browse files
fix: apply suggestions from code review
Co-authored-by: myriamfischer <[email protected]>
1 parent db74d6a commit 869aeca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/base64Utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export const resizeBase64Image = async (
6666
WARNINGS.push(`Could not resize image: ${e}`);
6767
}
6868
if (resizedBase64Image) {
69-
return `data:${mimeType};base64,${resizedBase64Image}`;
69+
return resizedBase64Image;
7070
}
7171
return base64String;
7272
};

0 commit comments

Comments
 (0)