diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-09-25 19:07:54 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-09-25 19:07:54 +0200 |
| commit | bdba73ab985fdd6112f36dff02cd0eff937759b1 (patch) | |
| tree | a4af98001c26e53ff932e5650459059fb3b0583c /lib/okpush/apn.js | |
| parent | 709af63b290214b79271d96518e2ed51468e09f3 (diff) | |
test
Diffstat (limited to 'lib/okpush/apn.js')
| -rw-r--r-- | lib/okpush/apn.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/okpush/apn.js b/lib/okpush/apn.js index c1430012..da883602 100644 --- a/lib/okpush/apn.js +++ b/lib/okpush/apn.js @@ -18,7 +18,7 @@ function push (channel, note) { console.error("Error fetching devices:", err) return } - // console.log(note, tokens) + console.log(note, tokens) apnProvider.send(note, tokens).then( function (response) { // response.sent.forEach( function (token) { // notificationSent(user, token) |
