From b23420b6870c42843608fa2c26c70510009f3560 Mon Sep 17 00:00:00 2001 From: Hassan Abouelela <47495861+HassanAbouelela@users.noreply.github.com> Date: Mon, 4 Jan 2021 19:21:02 +0300 Subject: Fixes Model Casing Changes the casing of the webhook enabled enum to fit with the other enums. Co-authored-by: ks129 <45097959+ks129@users.noreply.github.com> --- src/api/forms.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/api/forms.ts') diff --git a/src/api/forms.ts b/src/api/forms.ts index 8c31e5b..12b9abf 100644 --- a/src/api/forms.ts +++ b/src/api/forms.ts @@ -7,7 +7,7 @@ export enum FormFeatures { Open = "OPEN", CollectEmail = "COLLECT_EMAIL", DisableAntispam = "DISABLE_ANTISPAM", - WEBHOOK_ENABLED = "WEBHOOK_ENABLED" + WebhookEnabled = "WEBHOOK_ENABLED" } export interface Form { -- cgit v1.2.3