Fix cb
This commit is contained in:
@@ -473,7 +473,9 @@ module.exports = class User {
|
|||||||
return this.removeProperty(name, next);
|
return this.removeProperty(name, next);
|
||||||
},
|
},
|
||||||
err => {
|
err => {
|
||||||
|
if(cb) {
|
||||||
return cb(err);
|
return cb(err);
|
||||||
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user