Skip to content

Commit

Permalink
Save image/jpeg images as .jpg
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Perez <60019601+josh-signal@users.noreply.github.com>
  • Loading branch information
automated-signal and josh-signal committed Sep 30, 2021
1 parent 9120266 commit 4d78f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/util/handleImageAttachment.ts
Expand Up @@ -93,6 +93,6 @@ export async function autoScale({
return {
contentType: IMAGE_JPEG,
file: blob,
fileName: `${name}.jpeg`,
fileName: `${name}.jpg`,
};
}

0 comments on commit 4d78f1c

Please sign in to comment.