mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-07-07 06:30:47 -07:00
🤖 Auto commit for release 'develop' on 2026-03-01
This commit is contained in:
@@ -151,7 +151,7 @@ class ReportController extends Controller
|
||||
$cache->addProperty($end);
|
||||
$cache->addProperty($this->convertToPrimary);
|
||||
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());
|
||||
Log::debug(sprintf('Period: %s to %s', $start->toW3cString(), $end->toW3cString()));
|
||||
|
||||
Reference in New Issue
Block a user