Fix repo id

This commit is contained in:
Tarrgon
2025-06-26 14:57:52 -04:00
parent 7241d905c5
commit 06e554ec75
+1 -1
View File
@@ -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';