mirror of
https://github.com/wassname/talk.git
synced 2026-09-11 12:51:33 +08:00
fixes for cli
This commit is contained in:
+1
-1
@@ -490,7 +490,7 @@ module.exports = class UsersService {
|
||||
* @return {Promise}
|
||||
*/
|
||||
static all() {
|
||||
UserModel.find();
|
||||
return UserModel.find();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user