Skip to content

Commit fbb9cd8

Browse files
committed
fix: no need for new ),
1 parent 0c69a7e commit fbb9cd8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/helpers/config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ export const ConfigSchema = z.object({
4545
"SERVER_BASE_PATH must not contain double slashes (//). Example: '/companion' not '//companion' or '/comp//anion'",
4646
},
4747
),
48-
),
4948
verify_requests: z.boolean().default(
5049
Deno.env.get("SERVER_VERIFY_REQUESTS") === "true" || false,
5150
),

0 commit comments

Comments
 (0)