Clean up
This commit is contained in:
parent
5e3372e932
commit
26c9d8ff6f
6 changed files with 8 additions and 8 deletions
|
|
@ -20,7 +20,7 @@ export const packMany = async (
|
|||
favorites: any[],
|
||||
me: any
|
||||
) => {
|
||||
return (await Promise.all(favorites.map(f => pack(f, me)))).filter(x => x != null);
|
||||
return (await Promise.all(favorites.map(f => pack(f, me))));
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue