chore: format
This commit is contained in:
parent
6a94d1b65d
commit
8337863ed3
1 changed files with 3 additions and 5 deletions
|
@ -44,9 +44,7 @@ export default define(meta, paramDef, async (ps, me) => {
|
|||
),
|
||||
);
|
||||
|
||||
return await Users.packMany(
|
||||
users.filter((x) => (x != null)) as User[],
|
||||
me,
|
||||
{ detail: true },
|
||||
);
|
||||
return await Users.packMany(users.filter((x) => x != null) as User[], me, {
|
||||
detail: true,
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue