Skip to content

Commit

Permalink
Expanded webhooks debug
Browse files Browse the repository at this point in the history
no issue
  • Loading branch information
kirrg001 committed Feb 23, 2019
1 parent 58153ad commit 0430dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/server/services/webhooks/trigger.js
Expand Up @@ -65,7 +65,7 @@ const response = {
module.exports = (event, model) => {
webhooks.getAll(event)
.then((webhooks) => {
debug(`${webhooks.models.length} webhooks found.`);
debug(`${webhooks.models.length} webhooks found for ${event}.`);

_.each(webhooks.models, (webhook) => {
const reqPayload = JSON.stringify(payload(webhook.get('event'), model));
Expand Down

0 comments on commit 0430dc3

Please sign in to comment.