mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Various code cleanup.
This commit is contained in:
@@ -243,7 +243,7 @@ class ExchangeRateConverter
|
||||
private function getRate(TransactionCurrency $from, TransactionCurrency $to, Carbon $date): string
|
||||
{
|
||||
$key = $this->getCacheKey($from, $to, $date);
|
||||
$res = Cache::get($key, null);
|
||||
$res = Cache::get($key);
|
||||
|
||||
// find in cache
|
||||
if (null !== $res) {
|
||||
|
Reference in New Issue
Block a user