fix(dropbox): don't add old token in refresh token logic
This commit is contained in:
@@ -18,6 +18,9 @@ const refreshToken = async ($: IGlobalVariable) => {
|
||||
params,
|
||||
headers: {
|
||||
Authorization: `Basic ${basicAuthToken}`
|
||||
},
|
||||
additionalProperties: {
|
||||
skipAddingAuthHeader: true
|
||||
}
|
||||
}
|
||||
);
|
||||
|
Reference in New Issue
Block a user