mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-24 22:48:18 +00:00
Fix chart call.
This commit is contained in:
@@ -60,7 +60,7 @@ class AccountController extends Controller
|
|||||||
}
|
}
|
||||||
|
|
||||||
// make chart:
|
// make chart:
|
||||||
$data = $this->generator->all($accounts, $start, $end);
|
$data = $this->generator->frontpage($accounts, $start, $end);
|
||||||
$cache->store($data);
|
$cache->store($data);
|
||||||
|
|
||||||
return Response::json($data);
|
return Response::json($data);
|
||||||
|
Reference in New Issue
Block a user