We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3db8dc commit 9a0ebdaCopy full SHA for 9a0ebda
lib/triggers/contacts.js
@@ -26,6 +26,7 @@ function processAction(msg, cfg, snapshot) {
26
27
const instance = new ApiClient(cfg, self);
28
29
+ //checking if refresh token was successful
30
const newAccessToken
31
= yield instance.getRefreshedToken()
32
.catch(() => this.emit('error', new Error('Failed to refresh token')));
0 commit comments