mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Some comment cleanup in the libraries.
This commit is contained in:
@@ -133,7 +133,7 @@ class Import
|
||||
return;
|
||||
}
|
||||
|
||||
// if we try to import a beneficiary, Firefly will "merge" already,
|
||||
// if Firefly tries to import a beneficiary, Firefly will "merge" already existing ones,
|
||||
// so we don't care:
|
||||
if (isset($payload['data']['account_type']) && $payload['data']['account_type'] == 'Beneficiary account') {
|
||||
// store beneficiary
|
||||
|
||||
Reference in New Issue
Block a user