From f16ced6bcc37d3344f88adab2a59821effa457bc Mon Sep 17 00:00:00 2001 From: Baris Usakli Date: Mon, 8 Sep 2014 01:22:47 -0400 Subject: [PATCH] removed path from notif, its created on the fly when retrieveing the notifications --- src/notifications.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/notifications.js b/src/notifications.js index b5dcdb1059..fcf9467cf7 100644 --- a/src/notifications.js +++ b/src/notifications.js @@ -84,7 +84,6 @@ var async = require('async'), var defaults = { bodyShort: '', bodyLong: '', - path: '', importance: 5, datetime: Date.now(), uniqueId: utils.generateUUID()