Skip to content

Commit

Permalink
Remove unknown event
Browse files Browse the repository at this point in the history
  • Loading branch information
robjmorrissey committed Sep 27, 2023
1 parent 08ba517 commit a9b74c1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/util/webhooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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
// Todo: maybe add type-fest/readonly-deep to keep the as const but also keep a structure type

0 comments on commit a9b74c1

Please sign in to comment.