From ee148db8859a484f7cbb668454d5f3e041a7f4a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Thu, 6 Jul 2017 10:04:08 +0200 Subject: [PATCH] fix a typo --- server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.js b/server.js index 0a7e51b..bc0822f 100644 --- a/server.js +++ b/server.js @@ -97,7 +97,7 @@ router.post("/webhook",function(req,res){ function handle_application(res, action, type, app) { console.log("action = %s, type = %s", action, type); - console.log(obj); + console.log(app); var client = { clientId: app.application_id,