Skip to content

Commit 2e6e870

Browse files
authored
Update api.js
1 parent df30016 commit 2e6e870

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/api.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ const {
3232
const redirectUri = `https://${HOST}:${PORT}${CALLBACK_URI}`;
3333

3434
const parseSpotifyCredentials = appKey => {
35-
if (!appKey) {
36-
return Config.spotifyApi;
37-
}
38-
3935
const [clientId, clientSecret] = appKey
4036
.split(':')
4137
.map(value => value.trim());

0 commit comments

Comments
 (0)