mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 16:35:47 +01:00
closes #2643
This commit is contained in:
@@ -85,7 +85,7 @@ module.exports = function(User) {
|
||||
db.deleteAll(keys, next);
|
||||
},
|
||||
function(next) {
|
||||
deleteUserIps(uids, next);
|
||||
deleteUserIps(uid, next);
|
||||
},
|
||||
function(next) {
|
||||
deleteUserFromFollowers(uid, next);
|
||||
|
||||
Reference in New Issue
Block a user