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 b66642f commit b83f461Copy full SHA for b83f461
worker.js
@@ -9,10 +9,10 @@ module.exports = {
9
} else {
10
debug('found pr!', job.plugin_data.github.pull_request);
11
}
12
- var projectName = job.project.name
13
- , creator = job.project.creator
14
- , account
15
- , token;
+ var projectName = job.project.name;
+ var creator = job.project.creator;
+ var account;
+ var token;
16
account = creator.account(job.project.provider);
17
if (!account || !account.config.accessToken) {
18
console.error('Account not found for', job.project.provider);
0 commit comments