mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
remove flatten
This commit is contained in:
@@ -181,5 +181,5 @@ export default function getBalanceChanges(
|
||||
}
|
||||
return []
|
||||
})
|
||||
return groupByAccount(_.flatten(quantities))
|
||||
return groupByAccount(quantities.flat())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user