1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-11-02 08:05:58 +09:00
This commit is contained in:
syuilo 2018-04-16 15:42:34 +09:00
parent 77bac02fc0
commit d59ad70802

View File

@ -44,7 +44,9 @@ module.exports = (params, me) => new Promise(async (res, rej) => {
// Issue query // Issue query
const users = await User const users = await User
.find({}, { .find({
host: null
}, {
limit: limit, limit: limit,
sort: _sort, sort: _sort,
skip: offset skip: offset