mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Removed console.log
no issue
This commit is contained in:
parent
3459f38c09
commit
f3f3b62d19
1 changed files with 0 additions and 1 deletions
|
@ -70,7 +70,6 @@ module.exports = (event, model) => {
|
||||||
_.each(webhooks.models, (webhook) => {
|
_.each(webhooks.models, (webhook) => {
|
||||||
payload(webhook.get('event'), model)
|
payload(webhook.get('event'), model)
|
||||||
.then((payload) => {
|
.then((payload) => {
|
||||||
console.log(payload);
|
|
||||||
const reqPayload = JSON.stringify(payload);
|
const reqPayload = JSON.stringify(payload);
|
||||||
const url = webhook.get('target_url');
|
const url = webhook.get('target_url');
|
||||||
const opts = {
|
const opts = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue