mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-10 13:21:21 +00:00
Auto commit for release 'develop' on 2024-12-27
Some checks failed
Code - Run Sonarcloud / SonarCloud (push) Failing after 21s
Some checks failed
Code - Run Sonarcloud / SonarCloud (push) Failing after 21s
This commit is contained in:
@@ -145,7 +145,7 @@ class ReportController extends Controller
|
||||
$cache->addProperty($accounts);
|
||||
$cache->addProperty($end);
|
||||
if ($cache->has()) {
|
||||
return response()->json($cache->get());
|
||||
return response()->json($cache->get());
|
||||
}
|
||||
|
||||
Log::debug('Going to do operations for accounts ', $accounts->pluck('id')->toArray());
|
||||
|
||||
Reference in New Issue
Block a user