Skip to content

Commit 853e95c

Browse files
committed
Formatting
1 parent a42ff14 commit 853e95c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/core/src/binary-data/binary-data.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ const availableModesSchema = z
1414
.transform((value) => value.split(','))
1515
.pipe(binaryDataModesSchema.array());
1616

17-
const dbMaxFileSizeSchema = z
18-
.coerce
17+
const dbMaxFileSizeSchema = z.coerce
1918
.number()
2019
.max(1024, 'Binary data max file size in `database` mode cannot exceed 1024 MiB'); // because of Postgres BYTEA hard limit
2120

0 commit comments

Comments
 (0)