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 903854d commit 1e6a7b5Copy full SHA for 1e6a7b5
lib/triggers/contacts.js
@@ -41,7 +41,7 @@ function processAction(msg, cfg, snapshot) {
41
defaultVersion: 'v1.0',
42
debugLogging: true,
43
authProvider: (done) => {
44
- done(null, cfg.oauth.access_token);
+ done(null, newToken.access_token);
45
}
46
});
47
0 commit comments