From dd506242419b02cc96f6feeceb496d56dffcbfcb Mon Sep 17 00:00:00 2001 From: Agusti Fernandez Pardo Date: Sat, 2 Apr 2022 02:47:06 +0200 Subject: [PATCH] fix: remove unnecessary comment --- lib/validations/event-type-custom-input.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/validations/event-type-custom-input.ts b/lib/validations/event-type-custom-input.ts index ea1e80c3bb..73555285e4 100644 --- a/lib/validations/event-type-custom-input.ts +++ b/lib/validations/event-type-custom-input.ts @@ -13,7 +13,6 @@ export const schemaEventTypeCustomInputPublic = EventTypeCustomInput.omit({}); const schemaEventTypeCustomInputRequiredParams = z.object({ label: z.string(), required: z.boolean(), - // eventType: EventTypeModel.optional(), type: z.enum(["TEXT", "TEXTLONG", "NUMBER", "BOOL"]), eventType: z.object({ connect: z.object({