Remove income from category chart #3517

This commit is contained in:
James Cole
2020-07-03 05:42:57 +02:00
parent 45f5a38512
commit 34fd66c835
2 changed files with 11 additions and 11 deletions

View File

@@ -111,7 +111,7 @@ class CategoryController extends Controller
$cache->addProperty($end);
$cache->addProperty('chart.category.frontpage');
if ($cache->has()) {
// return response()->json($cache->get()); // @codeCoverageIgnore
return response()->json($cache->get()); // @codeCoverageIgnore
}
$frontPageGenerator = new FrontpageChartGenerator($start, $end);