diff --git a/app/Http/Controllers/Chart/ReportController.php b/app/Http/Controllers/Chart/ReportController.php index fde649d4a9..f6c0d419d5 100644 --- a/app/Http/Controllers/Chart/ReportController.php +++ b/app/Http/Controllers/Chart/ReportController.php @@ -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())); diff --git a/config/firefly.php b/config/firefly.php index 226548cade..3d6d123b33 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -79,7 +79,7 @@ return [ // see cer.php for exchange rates feature flag. ], 'version' => 'develop/2026-03-01', - 'build_time' => 1772348761, + 'build_time' => 1772370892, 'api_version' => '2.1.0', // field is no longer used. 'db_version' => 28, // field is no longer used.