appfeel/node-pushnotifications

Errors with example data

nickisobrien opened this issue · 1 comments

It seems like these would be better provided as undefined. Using '' throws errors. I guess they're supposed to be JSON arrays as strings and an empty string causes errors.

    locArgs: '', // gcm, apn
...
    titleLocArgs: '', // gcm, apn

@nickisobrien Thanks for the hint! Fixed in #146