feat: couple of other tweaks

This commit is contained in:
2025-05-22 18:40:52 -07:00
parent eecb1b1841
commit c121b7d5aa
5 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -7,6 +7,6 @@
import { Logger } from "@nhcarrigan/logger";
export const logger = new Logger(
"Nutrition API",
"Vitalia",
process.env.LOG_TOKEN ?? "",
);