Update user.js
This commit is contained in:
parent
c22803c3a3
commit
8f7e032a01
|
@ -312,7 +312,6 @@ module.exports = function(User) {
|
|||
ctx.where[pkName] = { inq: ids };
|
||||
|
||||
AccessToken.destroyAll({ userId: { inq: ids }}, next);
|
||||
console.log('Deleted token for users ', ids);
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue