mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 22:21:42 +00:00
First steps for reconciliation fix.
This commit is contained in:
@@ -55,7 +55,7 @@ class Steam
|
||||
$cache->addProperty('balance');
|
||||
$cache->addProperty($date);
|
||||
if ($cache->has()) {
|
||||
return $cache->get(); // @codeCoverageIgnore
|
||||
//return $cache->get(); // @codeCoverageIgnore
|
||||
}
|
||||
//
|
||||
/** @var AccountRepositoryInterface $repository */
|
||||
|
||||
Reference in New Issue
Block a user