🤖 Auto commit for release 'develop' on 2026-03-01

This commit is contained in:
JC5
2026-03-01 14:16:55 +01:00
parent aae855ed16
commit 90e4ca78a4
2 changed files with 2 additions and 2 deletions
@@ -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()));