This commit is contained in:
James Cole
2025-02-08 07:16:56 +01:00
parent 7394e50ae2
commit ee592de035
3 changed files with 21 additions and 12 deletions

View File

@@ -345,6 +345,9 @@ class AccountController extends Controller
}
$accounts = $repository->getAccountsById($frontpageArray);
// move to end of day for $end.
$end->endOfDay();
return response()->json($this->accountBalanceChart($accounts, $start, $end));
}