Skip to content

Commit a94cd95

Browse files
authored
fix: uploads update unnecessarily resizing with sharp (#13528)
fixes #13499
1 parent a04bc9a commit a94cd95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/payload/src/uploads/generateFileData.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export const generateFileData = async <T>({
9494
})
9595

9696
const {
97-
constructorOptions = {},
97+
constructorOptions,
9898
disableLocalStorage,
9999
focalPoint: focalPointEnabled = true,
100100
formatOptions,

0 commit comments

Comments
 (0)