From 06e554ec75ffd9deda94ea7a4986c98a2c6a8c29 Mon Sep 17 00:00:00 2001 From: Tarrgon <61888458+Tarrgon@users.noreply.github.com> Date: Thu, 26 Jun 2025 14:57:52 -0400 Subject: [PATCH] Fix repo id --- src/webserver/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webserver/index.ts b/src/webserver/index.ts index b1219f5..30e0fc4 100644 --- a/src/webserver/index.ts +++ b/src/webserver/index.ts @@ -18,7 +18,7 @@ declare module 'express-session' { oauthState: string; } } -const GITHUB_REPO_ID = 852534222;//169334303; +const GITHUB_REPO_ID = 169334303; const DEV_BASE_URL = `http://localhost:${config.PORT}`; const PROD_BASE_URL = 'https://discord.e621.net';