Apple Push notifications. Trying something else. again

This commit is contained in:
Martin Donnelly 2016-04-29 14:49:47 +01:00
parent 9e82a0998f
commit b6c7d59f17

View File

@ -145,7 +145,7 @@ var officeController = function(neweventbus) {
}; };
officeController.prototype.saveData = function() { officeController.prototype.saveData = function() {
jsonfile.writeFileSync(file, this.iosTokens); jsonfile.writeFile(file, this.iosTokens);
}; };