mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-30 21:40:39 +03:00
Removed console.log
no issue
This commit is contained in:
parent
3459f38c09
commit
f3f3b62d19
@ -70,7 +70,6 @@ module.exports = (event, model) => {
|
||||
_.each(webhooks.models, (webhook) => {
|
||||
payload(webhook.get('event'), model)
|
||||
.then((payload) => {
|
||||
console.log(payload);
|
||||
const reqPayload = JSON.stringify(payload);
|
||||
const url = webhook.get('target_url');
|
||||
const opts = {
|
||||
|
Loading…
Reference in New Issue
Block a user