pack children without detail

This commit is contained in:
Johann150 2022-07-24 21:13:43 +02:00 committed by ThatOneCalculator
parent b3a22f49cb
commit 86342538aa

View file

@ -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 });
});