Skip to content

Commit

Permalink
Update packages/cli/src/webhooks/WebhookRequestHandler.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Iván Ovejero <[email protected]>
  • Loading branch information
tomi and ivov committed Aug 9, 2024
1 parent b10f26f commit 1b0c0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/webhooks/WebhookRequestHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class WebhookRequestHandler {
constructor(private readonly webhookManager: IWebhookManager) {}

/**
* Handles an incoming webhook requests. Handles CORS and delegates the
* Handles an incoming webhook request. Handles CORS and delegates the
* request to the webhook manager to execute the webhook.
*/
async handleRequest(req: WebhookRequest | WebhookCORSRequest, res: express.Response) {
Expand Down

0 comments on commit 1b0c0ba

Please sign in to comment.