Skip to content

Commit 59af589

Browse files
committed
chore: mark as optional
1 parent 6865d15 commit 59af589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/cloudflare.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const zoneSchema = z.object({
2828
custom_certificate_quota: z.number(),
2929
page_rule_quota: z.number(),
3030
phishing_detected: z.boolean(),
31-
multiple_railguns_allowed: z.boolean(),
31+
multiple_railguns_allowed: z.boolean().optional(),
3232
}),
3333
owner: z.object({
3434
id: z.string().nullable(),

0 commit comments

Comments
 (0)