forked from FoundKeyGang/FoundKey
pack children without detail
This commit is contained in:
parent
aca724e0bf
commit
c35372a20d
1 changed files with 1 additions and 1 deletions
|
@ -72,5 +72,5 @@ export default define(meta, paramDef, async (ps, user) => {
|
|||
|
||||
const notes = await query.getMany();
|
||||
|
||||
return await Notes.packMany(notes, user);
|
||||
return await Notes.packMany(notes, user, { detail: false });
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue