fix: missed some saves
Node.js CI / Lint and Test (push) Failing after 50s
Code Analysis / SonarQube (push) Failing after 1m9s

This commit is contained in:
2025-05-22 19:11:10 -07:00
parent e32063bfe3
commit e235d50112
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -7,6 +7,6 @@
import { Logger } from "@nhcarrigan/logger";
export const logger = new Logger(
"Vitalia",
"Lucinda",
process.env.LOG_TOKEN ?? "",
);