Skip to content

Commit

Permalink
fix: remove invalid queueProducers schema
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoWilhelm committed Jun 22, 2024
1 parent e8997b8 commit 23b762b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/miniflare/src/plugins/queues/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export const QueuesOptionsSchema = z.object({
.union([
z.record(QueueProducerOptionsSchema),
z.string().array(),
z.record(z.string()),
])
.optional(),
queueConsumers: z
Expand Down

0 comments on commit 23b762b

Please sign in to comment.