mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
More test data tweaks.
This commit is contained in:
@@ -133,7 +133,7 @@ class Steam
|
||||
$result = [];
|
||||
foreach ($balances as $entry) {
|
||||
$accountId = intval($entry->account_id);
|
||||
$balance = round($entry->aggregate, 2);
|
||||
$balance = $entry->aggregate;
|
||||
$result[$accountId] = $balance;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user