mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -07:00
Fix bug
This commit is contained in:
parent
7f6fae84e1
commit
90a75e9228
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue