[API] Fix bug
This commit is contained in:
parent
29e5efb9bb
commit
1bb1a02593
|
@ -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