Errors with example data
nickisobrien opened this issue · 1 comments
nickisobrien commented
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
alex-friedl commented
@nickisobrien Thanks for the hint! Fixed in #146