Skip to content
Snippets Groups Projects
Commit 98d873a7 authored by syuilo's avatar syuilo
Browse files

Update search-by-tag.ts

parent 09175b84
No related branches found
No related tags found
No related merge requests found
......@@ -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);
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment