From 306781c03d70619fc0169e089f697f37ab5e0efd Mon Sep 17 00:00:00 2001 From: Martin Donnelly Date: Fri, 29 Apr 2016 09:44:33 +0100 Subject: [PATCH] Push notifications --- app.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app.js b/app.js index 591dff1..3875ebc 100644 --- a/app.js +++ b/app.js @@ -218,6 +218,8 @@ app.post('/api/v1/register/ios', function(req, res) { var body = req.body; + logger.debug(body); + if (body.hasOwnProperty(id)) { logger.debug(body.id);