This commit is contained in:
Manav Rathi
2024-07-22 15:25:53 +05:30
parent cff6570ebb
commit 19e7c2d65c

View File

@@ -54,7 +54,7 @@ export const updateExifIfNeededAndPossible = async (
// original instead of causing the entire download or export to fail.
if (
e instanceof Error &&
e.message.endsWith("Given file is neither JPEG nor TIFF")
e.message.endsWith("Given file is neither JPEG nor TIFF.")
) {
return blob.stream();
}