Clean up code

This commit is contained in:
James Cole
2023-08-01 09:47:06 +02:00
parent 8162b22d43
commit 8d55f7f2e5
3 changed files with 6 additions and 12 deletions

View File

@@ -143,7 +143,6 @@ class AccountController extends Controller
$currentSet['entries'][$label] = $balance;
$currentSet['converted_entries'][$label] = $balanceConverted;
}
$currentSet = $this->cerChartSet($currentSet);
$chartData[] = $currentSet;
}