Update search-by-tag.ts
This commit is contained in:
parent
09175b84df
commit
98d873a7f9
@ -146,7 +146,7 @@ export default define(meta, async (ps, me) => {
|
||||
}
|
||||
|
||||
// Search notes
|
||||
const notes = await query.take(ps.limit!).printSql().getMany();
|
||||
const notes = await query.take(ps.limit!).getMany();
|
||||
|
||||
return await Notes.packMany(notes, me);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user