Skip to content

Commit 436f7c1

Browse files
committed
Update async-job-runner.ts
1 parent 036ab00 commit 436f7c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webapp/src/jobs/async-job-runner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const jobPayloadPropsSchema = z.discriminatedUnion('type', [
77
z.object({
88
type: z.literal('example'),
99
}),
10-
])
10+
]);
1111

1212
export type JobPayloadProps = z.infer<typeof jobPayloadPropsSchema>;
1313

0 commit comments

Comments
 (0)