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