mirror of
https://github.com/wassname/talk.git
synced 2026-08-18 12:30:39 +08:00
Added all method on user service
This commit is contained in:
+1
-1
@@ -206,7 +206,7 @@ function listUsers() {
|
||||
const mongoose = require('../mongoose');
|
||||
|
||||
User
|
||||
.find()
|
||||
.all()
|
||||
.then((users) => {
|
||||
let table = new Table({
|
||||
head: [
|
||||
|
||||
Reference in New Issue
Block a user