Skip to content

Commit 919b540

Browse files
fix: add missing field to output schema (#3749)
1 parent 6312937 commit 919b540

File tree

1 file changed

+1
-0
lines changed
  • apps/dashboard/lib/trpc/routers/api/keys/query-api-keys

1 file changed

+1
-0
lines changed

apps/dashboard/lib/trpc/routers/api/keys/query-api-keys/schema.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export const ratelimitItemSchema = z.object({
1010
name: z.string(),
1111
limit: z.number(),
1212
refillInterval: z.number(),
13+
autoApply: z.boolean(),
1314
id: z.string(),
1415
});
1516

0 commit comments

Comments
 (0)