Skip to content
Snippets Groups Projects
Commit d59ad708 authored by syuilo's avatar syuilo
Browse files

Fix bug

parent 77bac02f
No related merge requests found
......@@ -44,7 +44,9 @@ module.exports = (params, me) => new Promise(async (res, rej) => {
// Issue query
const users = await User
.find({}, {
.find({
host: null
}, {
limit: limit,
sort: _sort,
skip: offset
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment