@aloma.io/integration-sdk 3.3.66 → 3.3.67
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/internal/index.mjs
CHANGED
@@ -207,7 +207,7 @@ class OAuth {
|
|
207
207
|
}
|
208
208
|
async invalidate(err) {
|
209
209
|
console.log('could not obtain access token, marking connector as disconnected', err);
|
210
|
-
await this.
|
210
|
+
await this.update(null, null);
|
211
211
|
}
|
212
212
|
getClient(arg = {}) {
|
213
213
|
const client = new OAuthFetcher({ ...arg, oauth: this });
|
package/package.json
CHANGED
package/src/internal/index.mjs
CHANGED