mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
pack children without detail
This commit is contained in:
parent
2832273e70
commit
3f9788cae8
1 changed files with 1 additions and 1 deletions
|
@ -60,5 +60,5 @@ export default define(meta, paramDef, async (ps, user) => {
|
|||
|
||||
const notes = await query.take(ps.limit).getMany();
|
||||
|
||||
return await Notes.packMany(notes, user);
|
||||
return await Notes.packMany(notes, user, { detail: false });
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue