mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-07 06:31:22 +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