Update AuthenticationManager.js
revert Changes - the pull request was faulty. This was already the id...
This commit is contained in:
@@ -212,7 +212,7 @@ const AuthenticationManager = {
|
||||
}
|
||||
db.users.update(
|
||||
{
|
||||
_id: ObjectId(userId._id.toString())
|
||||
_id: ObjectId(userId.toString())
|
||||
},
|
||||
{
|
||||
$set: {
|
||||
|
||||
Reference in New Issue
Block a user