Added return to make it clearer that code below doesn't get called
This commit is contained in:
parent
6975502f28
commit
a4ebdfec8c
|
@ -127,6 +127,7 @@ open class FinTsClient(
|
||||||
|
|
||||||
if (countAccountsSupportingRetrievingTransactions == 0) {
|
if (countAccountsSupportingRetrievingTransactions == 0) {
|
||||||
addAccountDone(bank, getAccountsResponse, retrievedAccountData, callback)
|
addAccountDone(bank, getAccountsResponse, retrievedAccountData, callback)
|
||||||
|
return // no necessary just to make it clearer that code below doesn't get called
|
||||||
}
|
}
|
||||||
|
|
||||||
accountsSupportingRetrievingTransactions.forEach { account ->
|
accountsSupportingRetrievingTransactions.forEach { account ->
|
||||||
|
|
Loading…
Reference in New Issue