From 21a95303b8daf95a4a92efb6c0be141a2187372f Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Sat, 15 Jan 2022 21:29:03 +0100 Subject: [PATCH] remove .config --- app/Utils/SongUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Utils/SongUtils.ts b/app/Utils/SongUtils.ts index 0af07be..26b98a7 100644 --- a/app/Utils/SongUtils.ts +++ b/app/Utils/SongUtils.ts @@ -7,7 +7,7 @@ import { Artist, InternalPlayerResponse, PlayerResponse, SpotifyToken } from 'Ap import Song from 'App/Models/Song' export function getSpotifyAccount(): { access: string; refresh: string } { - return JSON.parse(readFileSync('.config/.spotify').toString()) + return JSON.parse(readFileSync('.spotify').toString()) } export function getAuthorizationURI(): string {