diff --git a/src/lib/media/manip.ts b/src/lib/media/manip.ts index fb1e1cf8e6..7f052068db 100644 --- a/src/lib/media/manip.ts +++ b/src/lib/media/manip.ts @@ -215,7 +215,7 @@ async function doResize(localUri: string, opts: DoResizeOpts): Promise { ) } -async function moveToPermanentPath(path: string, ext = '.jpg'): Promise { +async function moveToPermanentPath(path: string, ext: string): Promise { /* Since this package stores images in a temp directory, we need to move the file to a permanent location. Relevant: IOS bug when trying to open a second time: