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:
Alex van Andel
2025-07-11 10:09:24 -07:00
committed by GitHub
parent 8b3ff0b789
commit d7c9bd6ed8
7 changed files with 95 additions and 53 deletions
@@ -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([]),
}),
});