From 7db38b4c6cd6a7abf9e2e1f0cb8c294c2bbc6aa1 Mon Sep 17 00:00:00 2001 From: JC5 Date: Sat, 9 Aug 2025 21:03:06 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Auto=20commit=20for=20release=20?= =?UTF-8?q?'develop'=20on=202025-08-09?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Support/Http/Controllers/PeriodOverview.php | 1 + config/firefly.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Support/Http/Controllers/PeriodOverview.php b/app/Support/Http/Controllers/PeriodOverview.php index 4c64a4a089..0f60564c93 100644 --- a/app/Support/Http/Controllers/PeriodOverview.php +++ b/app/Support/Http/Controllers/PeriodOverview.php @@ -93,6 +93,7 @@ trait PeriodOverview $cache->addProperty($account->id); if ($cache->has()) { Log::debug('Return CACHED in getAccountPeriodOverview()'); + return $cache->get(); } diff --git a/config/firefly.php b/config/firefly.php index a1477a59b6..29f6215806 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -79,7 +79,7 @@ return [ // see cer.php for exchange rates feature flag. ], 'version' => 'develop/2025-08-09', - 'build_time' => 1754764037, + 'build_time' => 1754766074, 'api_version' => '2.1.0', // field is no longer used. 'db_version' => 26,