Skip to content
Snippets Groups Projects
Commit 607b7a28 authored by Rodrigo Nascimento's avatar Rodrigo Nascimento
Browse files

Fix error with push in Android

parent 9f10bca2
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ if Meteor.isCordova
Push.addListener 'error', (err) ->
Meteor.call 'log', 'CLIENT', 'error', arguments
if error.type == 'apn.cordova'
if err.type == 'apn.cordova'
Meteor.call 'log', 'CLIENT', err.error
Push.addListener 'register', (evt) ->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment