Skip to content

Commit

Permalink
minor bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mStirner committed May 26, 2024
1 parent fc1eb7b commit 4472b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/router.api.webhooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ module.exports = (app, router) => {
req.item._trigger(req.body, req.query, req);
}

res.status(202).end();
res.status(202).json(req.item);

});

Expand Down

0 comments on commit 4472b5c

Please sign in to comment.