James Cole
2022-09-11 07:08:02 +02:00
parent d9e8f8106a
commit 9c2f771bae
4 changed files with 18 additions and 15 deletions

View File

@@ -438,7 +438,7 @@ class AccountController extends Controller
$cache->addProperty($end);
$cache->addProperty($account->id);
if ($cache->has()) {
//return response()->json($cache->get());
return response()->json($cache->get());
}
$currencies = $this->accountRepository->getUsedCurrencies($account);