Fix typo
This commit is contained in:
parent
277ce71959
commit
303baab54a
@ -99,7 +99,7 @@ const fetch = require('node-fetch');
|
||||
.then(issue => {
|
||||
// fs.writeFileSync('tmp/github-pr-issue.json', JSON.stringify(data, null, 4));
|
||||
let amount = amountFromIssueLabels(issue);
|
||||
if (amount === 0) { resolve(); return(); }
|
||||
if (amount === 0) { resolve(); return; }
|
||||
|
||||
recipients.forEach(recipient => {
|
||||
createProposal(recipient, amount, web_url, pull_request);
|
||||
|
Loading…
x
Reference in New Issue
Block a user