mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-20 17:32:15 +03:00
1a3aa69c68
- we catch error arising from creating webhooks and check for specific codes - if our error does not match one of those codes, we don't propagate the error up - this becomes a problem if saving a webhook fails for some other reason because upstream code assumes we return an error or model - this commit re-throws the error and adds a test that would have caught this |
||
---|---|---|
.. | ||
index.js | ||
listen.js | ||
payload.js | ||
serialize.js | ||
trigger.js | ||
webhooks-service.js |