Skip to content

Commit

Permalink
🐛 (spotify) NICE-121 no-cache to getAccessToken [b]
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeFitz committed Jul 6, 2024
1 parent 5bff5a1 commit c855f6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/spotify/release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const { name } = pkg

const branches = [
...configDefault.branches,
{ name: 'refactor/NICE-123', prerelease: 'canary' },
{ name: 'NICE-121', prerelease: 'canary' },
]

const configPassed = {
Expand Down
1 change: 1 addition & 0 deletions packages/spotify/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ class Client {
grant_type: 'refresh_token',
refresh_token: this.#refreshToken,
}),
cache: 'no-cache',
headers: {
Authorization: `Basic ${basic}`,
'Content-Type': 'application/x-www-form-urlencoded',
Expand Down

0 comments on commit c855f6c

Please sign in to comment.