closes #6764 fix typo in notif rescind

v1.18.x
Barış Soner Uşaklı 7 years ago
parent 7bde09f645
commit 6a377568d2

@ -134,7 +134,7 @@ module.exports = function (Posts) {
db.delete('post:queue:' + id, next); db.delete('post:queue:' + id, next);
}, },
function (next) { function (next) {
notifications.rescind('post-queued-' + id, next); notifications.rescind('post-queue-' + id, next);
}, },
], callback); ], callback);
}; };

Loading…
Cancel
Save