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:
@@ -11,8 +11,7 @@ import type { RequestHandler } from "express";
|
||||
|
||||
import { generateRandString } from "../utils/generateRandString.ts";
|
||||
|
||||
import curriedLogger from "../utils/logger.ts";
|
||||
const logger = curriedLogger(import.meta.filename);
|
||||
import logger from "../utils/logger.ts";
|
||||
|
||||
/**
|
||||
* Stateful redirect to Spotify login with credentials
|
||||
|
||||
@@ -30,8 +30,7 @@ import { redisClient } from "../config/redis.ts";
|
||||
import Playlists from "../models/playlists.ts";
|
||||
import Links from "../models/links.ts";
|
||||
|
||||
import curriedLogger from "../utils/logger.ts";
|
||||
const logger = curriedLogger(import.meta.filename);
|
||||
import logger from "../utils/logger.ts";
|
||||
|
||||
/**
|
||||
* Sync user's Spotify data
|
||||
|
||||
@@ -9,8 +9,7 @@ import type {
|
||||
SimplifiedPlaylistObject,
|
||||
} from "spotify_manager/index.d.ts";
|
||||
|
||||
import curriedLogger from "../utils/logger.ts";
|
||||
const logger = curriedLogger(import.meta.filename);
|
||||
import logger from "../utils/logger.ts";
|
||||
|
||||
/**
|
||||
* Get user's playlists
|
||||
|
||||
Reference in New Issue
Block a user