Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
telkomops authored May 31, 2017
1 parent ea69f36 commit ab2b7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ app.get('/webhook/', (req, res) => {
app.post('/webhook/', (req, res) => {
try {
const data = JSONbig.parse(req.body);

console.log(req.body);
if (data.entry) {
let entries = data.entry;
entries.forEach((entry) => {
Expand Down

0 comments on commit ab2b7dd

Please sign in to comment.