From a9b74c193bbe6d2fba86d68d1d39e346537c0fa3 Mon Sep 17 00:00:00 2001 From: robjmorrissey Date: Wed, 27 Sep 2023 17:25:30 +0100 Subject: [PATCH] Remove unknown event --- src/util/webhooks.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/util/webhooks.ts b/src/util/webhooks.ts index 439c69b5..c2c09aeb 100644 --- a/src/util/webhooks.ts +++ b/src/util/webhooks.ts @@ -58,10 +58,6 @@ export const POSSIBLE_EVENTS = { id: 'ignite.deployment.build.cancelled', name: 'Build Cancelled', }, - { - id: 'ignite.deployment.deploy.validating', - name: 'Deploy Validating', - }, { id: 'ignite.deployment.rollout.created', name: 'Rollout Created', @@ -171,4 +167,4 @@ export const POSSIBLE_EVENTS = { ], } as const; -// Todo: maybe add type-fest/readonly-deep to keep the as const but also keep a structure type \ No newline at end of file +// Todo: maybe add type-fest/readonly-deep to keep the as const but also keep a structure type