mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 22:45:46 +01:00
Fix indents
This commit is contained in:
@@ -194,10 +194,10 @@ function pushToUids(uids, notification, callback) {
|
|||||||
plugins.fireHook('filter:notification.push', { notification: notification, uids: uids }, next);
|
plugins.fireHook('filter:notification.push', { notification: notification, uids: uids }, next);
|
||||||
},
|
},
|
||||||
function (data, next) {
|
function (data, next) {
|
||||||
if (!data || !data.notification || !data.uids || !data.uids.length) {
|
if (!data || !data.notification || !data.uids || !data.uids.length) {
|
||||||
return callback();
|
return callback();
|
||||||
}
|
}
|
||||||
|
|
||||||
uids = data.uids;
|
uids = data.uids;
|
||||||
notification = data.notification;
|
notification = data.notification;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user