Skip to content

Commit 55ea181

Browse files
authored
fix: timeZone variable name does not match webhook payload (calcom#24279)
1 parent d5557fa commit 55ea181

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/features/webhooks/components/WebhookForm.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ function getWebhookVariables(t: (key: string) => string) {
189189
description: t("webhook_attendee_email"),
190190
},
191191
{
192-
name: "attendees.0.timezone",
193-
variable: "{{attendees.0.timezone}}",
192+
name: "attendees.0.timeZone",
193+
variable: "{{attendees.0.timeZone}}",
194194
type: "String",
195195
description: t("webhook_attendee_timezone"),
196196
},

0 commit comments

Comments
 (0)