mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-29 10:06:13 +01:00
closes #6764 fix typo in notif rescind
This commit is contained in:
@@ -134,7 +134,7 @@ module.exports = function (Posts) {
|
||||
db.delete('post:queue:' + id, next);
|
||||
},
|
||||
function (next) {
|
||||
notifications.rescind('post-queued-' + id, next);
|
||||
notifications.rescind('post-queue-' + id, next);
|
||||
},
|
||||
], callback);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user