Bluesky app fork with some witchin' additions 💫

Remove unused default argument

+1 -1
+1 -1
src/lib/media/manip.ts
··· 215 215 ) 216 216 } 217 217 218 - async function moveToPermanentPath(path: string, ext = '.jpg'): Promise<string> { 218 + async function moveToPermanentPath(path: string, ext: string): Promise<string> { 219 219 /* 220 220 Since this package stores images in a temp directory, we need to move the file to a permanent location. 221 221 Relevant: IOS bug when trying to open a second time: