We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b20a12a + 0f67474 commit 0316e8cCopy full SHA for 0316e8c
1 file changed
lib/webhooks.js
@@ -257,6 +257,7 @@ function receiveWebhook(emitter, req, res) {
257
258
function sendJob(job) {
259
emitter.emit('job.prepare', job);
260
+ return true;
261
}
262
263
0 commit comments