feat: use our new logging server
Code Analysis / SonarQube (push) Failing after 14s
Node.js CI / Lint and Test (push) Failing after 28s

This commit is contained in:
2025-07-07 16:30:50 -07:00
parent aaeac266f4
commit 9ea5a1f6d1
7 changed files with 21 additions and 36 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ export const validateEnv = (): ExtendedClient["env"] => {
!process.env.DEBUG_HOOK ||
!process.env.MONGO_URI
) {
logHandler.log("error", "MIssing environment variables!");
logHandler.log("warn", "Missing environment variables!");
process.exit(1);
}