mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-04 12:01:57 +00:00
Fix #1989
This commit is contained in:
@@ -88,8 +88,9 @@ class SelectAccountsHandler implements YnabJobConfigurationInterface
|
|||||||
// validate each
|
// validate each
|
||||||
$ynabId = $this->validYnabAccount($ynabId);
|
$ynabId = $this->validYnabAccount($ynabId);
|
||||||
$accountId = $this->validLocalAccount((int)$localId);
|
$accountId = $this->validLocalAccount((int)$localId);
|
||||||
|
if ($accountId !== 0) {
|
||||||
$final[$ynabId] = $accountId;
|
$final[$ynabId] = $accountId;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Log::debug('Final mapping is:', $final);
|
Log::debug('Final mapping is:', $final);
|
||||||
$messages = new MessageBag;
|
$messages = new MessageBag;
|
||||||
|
|||||||
Reference in New Issue
Block a user