fixes the notification image too, the property was called image not
picture
This commit is contained in:
barisusakli
2014-05-22 21:31:48 -04:00
parent 4be979f88d
commit 66701afdaa
3 changed files with 3 additions and 3 deletions

View File

@@ -83,7 +83,7 @@ var async = require('async'),
// Add default values to data Object if not already set
var defaults = {
text: '',
path: null,
path: '',
importance: 5,
datetime: Date.now(),
uniqueId: utils.generateUUID()