···215215 )
216216}
217217218218-async function moveToPermanentPath(path: string, ext = '.jpg'): Promise<string> {
218218+async function moveToPermanentPath(path: string, ext: string): Promise<string> {
219219 /*
220220 Since this package stores images in a temp directory, we need to move the file to a permanent location.
221221 Relevant: IOS bug when trying to open a second time: