We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 036ab00 commit 436f7c1Copy full SHA for 436f7c1
1 file changed
webapp/src/jobs/async-job-runner.ts
@@ -7,7 +7,7 @@ const jobPayloadPropsSchema = z.discriminatedUnion('type', [
7
z.object({
8
type: z.literal('example'),
9
}),
10
-])
+]);
11
12
export type JobPayloadProps = z.infer<typeof jobPayloadPropsSchema>;
13
0 commit comments