summary refs log tree commit diff
path: root/src/api
diff options
context:
space:
mode:
authorMathMan05 <mathmanrm@gmail.com>2025-11-19 08:39:38 -0600
committerMathMan05 <mathmanrm@gmail.com>2025-11-19 08:39:38 -0600
commit4135390e009022c18727f8704f56a20d188491fc (patch)
tree96636355e456eb5bbb0b9bedbe5e4002143187f5 /src/api
parentsome fixes (diff)
downloadserver-ts-4135390e009022c18727f8704f56a20d188491fc.tar.xz
get rid of log
Diffstat (limited to 'src/api')
-rw-r--r--src/api/util/handlers/Webhook.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/api/util/handlers/Webhook.ts b/src/api/util/handlers/Webhook.ts

index e77bcbde..e9e0bf6c 100644 --- a/src/api/util/handlers/Webhook.ts +++ b/src/api/util/handlers/Webhook.ts
@@ -51,7 +51,6 @@ export const executeWebhook = async (req: Request, res: Response) => { }, relations: ["channel", "guild", "application"], }); - console.log("in here?", wait); if (!webhook) { if (wait) {