Skip to content

Commit

Permalink
integration/spotify: Add e.stack to refresh token for more information
Browse files Browse the repository at this point in the history
  • Loading branch information
sogehige committed Mar 17, 2018
1 parent 524812b commit baa1622
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/integrations/spotify.js
Expand Up @@ -65,6 +65,7 @@ class Spotify {
}
} catch (e) {
global.log.error('Spotify refresh token failed')
global.log.error(e.stack)
}
setTimeout(() => this.IRefreshToken(), 60000)
}
Expand Down

0 comments on commit baa1622

Please sign in to comment.