Skip to content

Commit

Permalink
checking format
Browse files Browse the repository at this point in the history
  • Loading branch information
D4mph1r committed Sep 12, 2024
1 parent 4ef7312 commit 71be9a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ export const getAssetFormat = async (imageUri: string): Promise<string> => {
return format;
} catch (e: any) {
console.log(e.message, "reading format");
throw e;
// throw e;
return "jpg"
}
};

Expand Down

0 comments on commit 71be9a5

Please sign in to comment.