Skip to content

Commit 1e6a7b5

Browse files
author
Igor Drobiazko
committed
Access token fix
1 parent 903854d commit 1e6a7b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/triggers/contacts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function processAction(msg, cfg, snapshot) {
4141
defaultVersion: 'v1.0',
4242
debugLogging: true,
4343
authProvider: (done) => {
44-
done(null, cfg.oauth.access_token);
44+
done(null, newToken.access_token);
4545
}
4646
});
4747

0 commit comments

Comments
 (0)