We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bbf605a + 0316e8c commit a7b5574Copy full SHA for a7b5574
1 file changed
lib/webhooks.js
@@ -262,6 +262,7 @@ function receiveWebhook(emitter, req, res) {
262
263
function sendJob(job) {
264
emitter.emit('job.prepare', job);
265
+ return true;
266
}
267
268
0 commit comments