mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 06:25:50 +01:00
closes #1559
fixes the notification image too, the property was called image not picture
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user