summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorCyberL1 <cyber.hf18@gmail.com>2025-12-02 11:30:01 +0100
committerCyberL1 <cyber.hf18@gmail.com>2025-12-02 11:30:01 +0100
commit03ef043190515c7c2999e2f58495dc07c9fb9aee (patch)
tree2b06254a02b0bfc64825d03d1596e671881cbcf0 /src
parentrefactor: refactor github webhooks embeds to match discord's (diff)
downloadserver-ts-03ef043190515c7c2999e2f58495dc07c9fb9aee.tar.xz
chore: remove debug log
Diffstat (limited to 'src')
-rw-r--r--src/api/routes/webhooks/#webhook_id/#token/github.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/api/routes/webhooks/#webhook_id/#token/github.ts b/src/api/routes/webhooks/#webhook_id/#token/github.ts

index 3499432a..a85f4b6b 100644 --- a/src/api/routes/webhooks/#webhook_id/#token/github.ts +++ b/src/api/routes/webhooks/#webhook_id/#token/github.ts
@@ -358,7 +358,6 @@ const parseGitHubWebhook = (req: Request, res: Response, next: NextFunction) => case "ping": return res.status(204); default: - console.debug("Unsupported GitHub event type:", eventType); return res.send(500); }