mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 12:13:48 +01:00
Fix bug
This commit is contained in:
parent
7f6fae84e1
commit
90a75e9228
@ -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 New Issue
Block a user