chore: fix warning

This commit is contained in:
bartosz-lipinski 2020-11-20 23:55:15 -06:00
parent 5ea0434a68
commit 84ec142c15
1 changed files with 1 additions and 1 deletions

View File

@ -374,7 +374,7 @@ export const getMultipleAccounts = async (
a.array
.map((acc) => {
if (!acc) {
return;
return undefined;
}
const { data, ...rest } = acc;