mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 15:40:57 -07:00
[API] Fix bug
This commit is contained in:
parent
b624dce0e2
commit
560aa90054
1 changed files with 2 additions and 0 deletions
|
@ -64,6 +64,8 @@ async function byNative(res, rej, me, query, offset, max) {
|
|||
}, {
|
||||
name: new RegExp(escapedQuery)
|
||||
}]
|
||||
}, {
|
||||
limit: max
|
||||
});
|
||||
|
||||
// Serialize
|
||||
|
|
Loading…
Reference in a new issue