mirror of
https://github.com/20kaushik02/spotify-manager.git
synced 2026-01-25 06:04:05 +00:00
removed log location detail
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
import { createClient } from "redis";
|
||||
|
||||
import { sleep } from "../utils/flake.ts";
|
||||
import curriedLogger from "../utils/logger.ts";
|
||||
const logger = curriedLogger(import.meta.filename);
|
||||
import logger from "../utils/logger.ts";
|
||||
|
||||
if (!process.env["REDIS_URI"])
|
||||
throw new TypeError("Redis connection URI not defined");
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
import type { SequelizeOptions } from "sequelize-typescript";
|
||||
|
||||
import curriedLogger from "../utils/logger.ts";
|
||||
const logger = curriedLogger(import.meta.filename);
|
||||
import logger from "../utils/logger.ts";
|
||||
|
||||
type ConnConfigs = Record<string, SequelizeOptions>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user