ToothlessGear / node-gcm

A NodeJS wrapper library port to send data to Android devices via Google Cloud Messaging
https://github.com/ToothlessGear/node-gcm
Other
1.3k stars 206 forks source link

Rename send/sendNoRetry callback param to "response" #182

Closed eladnava closed 8 years ago

eladnava commented 8 years ago

As per the outcome of #104, we decided to rename the result parameter to response in all sender.send() and sender.sendNoRetry() calls.

Files renamed:

Ran npm test and success returned.