Enable cache again.

This commit is contained in:
James Cole
2024-12-27 19:47:35 +01:00
parent 68b446db18
commit f191086adb
10 changed files with 14 additions and 14 deletions

View File

@@ -74,7 +74,7 @@ class NetWorth implements NetWorthInterface
$cache->addProperty('net-worth-by-accounts');
$cache->addProperty($ids);
if ($cache->has()) {
// return $cache->get();
return $cache->get();
}
Log::debug(sprintf('Now in byAccounts("%s", "%s")', $ids, $date->format('Y-m-d H:i:s')));
$default = Amount::getDefaultCurrency();