mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
chore: run prettier format
This commit is contained in:
parent
b6c7c9e16d
commit
f56548e432
12 changed files with 95 additions and 95 deletions
|
|
@ -263,7 +263,8 @@ export class SpotifyService {
|
|||
this.logger.debug("refreshing spotify app access token");
|
||||
this.appAccessTokenInProgress = new Promise(async (resolve, reject) => {
|
||||
try {
|
||||
const newAccessToken = await this.spotifyAuth.clientCredentialsGrant();
|
||||
const newAccessToken =
|
||||
await this.spotifyAuth.clientCredentialsGrant();
|
||||
this.appAccessToken = newAccessToken;
|
||||
|
||||
this.logger.debug("spotify app access token refreshed");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue