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;
|
||||
|
||||
// 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) {
|
||||
const query = makePaginationQuery(
|
||||
Notes.createQueryBuilder("note"),
|
||||
|
|
Loading…
Reference in a new issue