pack children without detail
This commit is contained in:
parent
b3a22f49cb
commit
86342538aa
@ -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…
Reference in New Issue
Block a user