Remove unused default argument

This commit is contained in:
Dan Abramov
2025-01-07 21:07:06 +00:00
parent cdd7d040b9
commit 89353c6f22
+1 -1
View File
@@ -215,7 +215,7 @@ async function doResize(localUri: string, opts: DoResizeOpts): Promise<Image> {
)
}
async function moveToPermanentPath(path: string, ext = '.jpg'): Promise<string> {
async function moveToPermanentPath(path: string, ext: string): Promise<string> {
/*
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: