pack children without detail

This commit is contained in:
Johann150 2022-07-24 21:13:43 +02:00
parent aca724e0bf
commit c35372a20d
Signed by untrusted user: Johann150
GPG key ID: 9EE6577A2A06F8F1

View file

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