fix: couple of last copy-paste errors
Node.js CI / Lint and Test (push) Successful in 38s

This commit is contained in:
2025-10-09 14:58:29 -07:00
parent b384522ae1
commit f20823f567
2 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(
"Maylin Taryne",
"Keiko",
process.env.LOG_TOKEN ?? "",
);