rest-client-sdk
Advanced tools
Comparing version 7.0.0-rc.8 to 7.0.0-rc.9
{ | ||
"name": "rest-client-sdk", | ||
"version": "7.0.0-rc.8", | ||
"version": "7.0.0-rc.9", | ||
"description": "Rest Client SDK for API", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -433,5 +433,5 @@ import URI from 'urijs'; | ||
if (authorizationHeader) { | ||
const invalidGrant = authorizationHeader.indexOf( | ||
'error = "invalid_grant"' | ||
); | ||
const invalidGrant = | ||
authorizationHeader.indexOf('error="invalid_grant"') > -1; | ||
if (invalidGrant && this.#tokenStorage) { | ||
@@ -438,0 +438,0 @@ return this._refreshTokenAndRefetch(input, requestParams); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
606282
8208