Skip to content

Commit 9a0ebda

Browse files
committed
dummy commit2
1 parent e3db8dc commit 9a0ebda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/triggers/contacts.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ function processAction(msg, cfg, snapshot) {
2626

2727
const instance = new ApiClient(cfg, self);
2828

29+
//checking if refresh token was successful
2930
const newAccessToken
3031
= yield instance.getRefreshedToken()
3132
.catch(() => this.emit('error', new Error('Failed to refresh token')));

0 commit comments

Comments
 (0)