mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-23 17:29:05 +01:00
[API] Fix bug
This commit is contained in:
parent
b624dce0e2
commit
560aa90054
@ -64,6 +64,8 @@ async function byNative(res, rej, me, query, offset, max) {
|
|||||||
}, {
|
}, {
|
||||||
name: new RegExp(escapedQuery)
|
name: new RegExp(escapedQuery)
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
limit: max
|
||||||
});
|
});
|
||||||
|
|
||||||
// Serialize
|
// Serialize
|
||||||
|
Loading…
Reference in New Issue
Block a user