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