Skip to content

Commit 14d414a

Browse files
committed
File name change
1 parent 0b9ff54 commit 14d414a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/app/src/pages/api/common/file/plugin/presignedurl.ts renamed to projects/app/src/pages/api/common/file/plugin/presignedUrl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ async function handler(req: NextApiRequest, res: NextApiResponse<any>) {
2929
filename,
3030
contentType,
3131
metadata,
32-
maxSize: maxSize || 10 * 1024 * 1024 // default 10MB
32+
maxSize: maxSize || 10 * 1024 * 1024
3333
});
3434

3535
return presignedData;

0 commit comments

Comments
 (0)