Browse Source

fix a typo

master
Nicolas Massé 9 years ago
parent
commit
ee148db885
  1. 2
      server.js

2
server.js

@ -97,7 +97,7 @@ router.post("/webhook",function(req,res){
function handle_application(res, action, type, app) { function handle_application(res, action, type, app) {
console.log("action = %s, type = %s", action, type); console.log("action = %s, type = %s", action, type);
console.log(obj); console.log(app);
var client = { var client = {
clientId: app.application_id, clientId: app.application_id,

Loading…
Cancel
Save