diff options
| author | stone <jules+okfprojz@okfoc.us> | 2017-09-25 13:08:10 -0400 |
|---|---|---|
| committer | stone <jules+okfprojz@okfoc.us> | 2017-09-25 13:08:10 -0400 |
| commit | 252a7e4cfdf4d7fccc1ce2a50cfa7ab2f33903fc (patch) | |
| tree | 00f404f7e87b20b6edefce2e52dff55ad8677a7f /lib/okpush/apn.js | |
| parent | 9fef3483d9c3b2e5e3508b8e5bb5ed080e65ca93 (diff) | |
| parent | bdba73ab985fdd6112f36dff02cd0eff937759b1 (diff) | |
Merge branch 'cms' of ghghgh.us:stone-island into cms
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) |
