mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-12-05 02:08:08 +09: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)
|
||||
}]
|
||||
}, {
|
||||
limit: max
|
||||
});
|
||||
|
||||
// Serialize
|
||||
|
Loading…
Reference in New Issue
Block a user