Auto commit for release 'develop' on 2025-02-05

This commit is contained in:
github-actions
2025-02-05 06:41:08 +01:00
parent 90bfdc7573
commit 4587340293
8 changed files with 83 additions and 82 deletions

View File

@@ -427,7 +427,7 @@ class AccountController extends Controller
$cache->addProperty($this->convertToNative);
$cache->addProperty($account->id);
if ($cache->has()) {
return response()->json($cache->get());
return response()->json($cache->get());
}
// collect and filter balances for the entire period.