fix
This commit is contained in:
parent
b3662f2b61
commit
795c0c07c6
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ export const paramDef = {
|
||||||
} as const;
|
} as const;
|
||||||
|
|
||||||
// eslint-disable-next-line import/no-default-export
|
// eslint-disable-next-line import/no-default-export
|
||||||
export default define(meta, async (ps, me) => {
|
export default define(meta, async (ps, me, cb) => {
|
||||||
if (searchClient == null) {
|
if (searchClient == null) {
|
||||||
const query = makePaginationQuery(
|
const query = makePaginationQuery(
|
||||||
Notes.createQueryBuilder("note"),
|
Notes.createQueryBuilder("note"),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue