Skip to content

Commit

Permalink
feat: add passthrough task
Browse files Browse the repository at this point in the history
  • Loading branch information
🐸 committed Aug 2, 2023
1 parent 9989db3 commit 1f10fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/files/mission.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ export const abstractRoutePointSchema = z.object({
task: z.object({
id: z.literal("ComboTask"),
params: z.object({
tasks: z.array(z.object({})).default([]),
tasks: z.array(z.object({}).passthrough()).default([]),
}),
}),
x: z.number(),
Expand Down

0 comments on commit 1f10fe9

Please sign in to comment.