This commit is contained in:
syuilo 2018-04-16 15:42:34 +09:00
parent 7f6fae84e1
commit 90a75e9228

View File

@ -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