diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/okpush/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/okpush/index.js b/lib/okpush/index.js index 67b7c00..a1d2d2e 100644 --- a/lib/okpush/index.js +++ b/lib/okpush/index.js @@ -115,7 +115,7 @@ function OKPush (options) { platform: req.body.platform, }) .then( () => console.log('added new token') ) - .catch( () => console.log('caught error') ) + .catch( () => {} ) res.sendStatus(200) }) |
