Fix typo
This commit is contained in:
@@ -89,7 +89,7 @@ angular.module('Application').controller('NotificationsController', ['$scope', '
|
||||
|
||||
async.eachLimit($scope.notifications.notifications, 20, function (notification, callback) {
|
||||
if (notification.acknowledged) return callback();
|
||||
$scope.notifications.ackOne(notification, callback);
|
||||
$scope.notifications.ackOne(notification.id, callback);
|
||||
}, function (error) {
|
||||
if (error) console.error(error);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user