From 1e79ec0317139bc5916f07b08a182cc2313eebe7 Mon Sep 17 00:00:00 2001 From: chroventer Date: Mon, 21 Sep 2020 03:34:57 -0700 Subject: [PATCH] Format src/handlers/webhook.ts file --- src/handlers/webhook.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); }