richsilv / meteor-cordova-notifications

Simple push notifications for Cordova apps built using Meteor
MIT License
104 stars 13 forks source link

Added check(regid, String) verification #9

Closed caio-ribeiro-pereira closed 9 years ago

caio-ribeiro-pereira commented 9 years ago

I added check(regid, String) verification which only runs if check exists, because my app uses audit-argument-checks and this will avoid some warnings log.

caio-ribeiro-pereira commented 9 years ago

Thanks! And please let me know when you update the version into atmospherejs!