mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Improve search speed.
This commit is contained in:
@@ -164,7 +164,7 @@ class SelectBudgetHandler implements YnabJobConfigurationInterface
|
||||
{
|
||||
$currency = $this->currencyRepository->findByCodeNull($code);
|
||||
if (null === $currency) {
|
||||
Log::debug(sprintf('No currency found with code "%s"', $code));
|
||||
Log::debug(sprintf('No currency X found with code "%s"', $code));
|
||||
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user