perf: Tasker performance improvements (#22395)
* perf: Tasker performance improvements * Remove fields from expected tasker create call, test fix * Fix the tests, needs validation
This commit is contained in:
-4
@@ -34,10 +34,6 @@ export const ZTriggerFormSubmittedNoEventWebhookPayloadSchema = z.object({
|
||||
id: z.string(),
|
||||
name: z.string(),
|
||||
teamId: z.number().nullable(),
|
||||
fields: z
|
||||
.array(z.object({ id: z.string(), label: z.string() }).passthrough())
|
||||
.nullable()
|
||||
.default([]),
|
||||
}),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user