mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 03:55:55 +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);
|
db.delete('post:queue:' + id, next);
|
||||||
},
|
},
|
||||||
function (next) {
|
function (next) {
|
||||||
notifications.rescind('post-queued-' + id, next);
|
notifications.rescind('post-queue-' + id, next);
|
||||||
},
|
},
|
||||||
], callback);
|
], callback);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user