Skip to content

Commit

Permalink
fix: events type
Browse files Browse the repository at this point in the history
  • Loading branch information
Looskie committed Oct 3, 2023
1 parent ddebd44 commit d7db0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rest/types/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export interface Webhook {
/**
* The events that this webhook is subscribed to
*/
events: PossibleWebhookIDs;
events: PossibleWebhookIDs[];
/**
* The ID of the webhook
*/
Expand Down

0 comments on commit d7db0a9

Please sign in to comment.