mirror of
https://github.com/20kaushik02/spotify-manager.git
synced 2026-01-25 14:14:06 +00:00
removed log location detail
This commit is contained in:
@@ -6,8 +6,7 @@ import seqConfig from "../config/sequelize.ts";
|
||||
import links from "./links.ts";
|
||||
import playlists from "./playlists.ts";
|
||||
|
||||
import curriedLogger from "../utils/logger.ts";
|
||||
const logger = curriedLogger(import.meta.filename);
|
||||
import logger from "../utils/logger.ts";
|
||||
|
||||
if (!process.env["NODE_ENV"])
|
||||
throw new TypeError("Node environment not defined");
|
||||
|
||||
Reference in New Issue
Block a user