Typeform example formId is optional

This commit is contained in:
Matt Aitken
2023-07-07 19:03:14 +01:00
parent 0b30197280
commit ab008fbdff
+1 -1
View File
@@ -19,7 +19,7 @@ new Job(client, {
trigger: eventTrigger({
name: "typeform.playground",
schema: z.object({
formId: z.string(),
formId: z.string().optional(),
}),
}),
run: async (payload, io, ctx) => {