diff --git a/src/handlers/webhook.ts b/src/handlers/webhook.ts index e7e57517f..98d264f68 100644 --- a/src/handlers/webhook.ts +++ b/src/handlers/webhook.ts @@ -102,5 +102,5 @@ export async function executeWebhook( } export function getWebhook(webhookID: string) { - return RequestManager.get(endpoints.WEBHOOK_ID(webhookID)) + return RequestManager.get(endpoints.WEBHOOK_ID(webhookID)); }