Skip to content

Commit 959c7dd

Browse files
author
Ilya Radchenko
committed
Merge pull request #31 from saraf/master
was printing branch inactive/no branch matched even when job created …
2 parents 7e8ba01 + b72996b commit 959c7dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/webhooks.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,5 +109,6 @@ function receiveWebhook(emitter, req, res) {
109109

110110
function sendJob(job) {
111111
emitter.emit('job.prepare', job);
112+
return true;
112113
}
113114
}

0 commit comments

Comments
 (0)