fix(pipedrive): Skip adding auth header for refresh token
This commit is contained in:
@@ -19,6 +19,9 @@ const refreshToken = async ($: IGlobalVariable) => {
|
||||
params.toString(),
|
||||
{
|
||||
headers,
|
||||
additionalProperties: {
|
||||
skipAddingAuthHeader: true,
|
||||
},
|
||||
}
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user