Added return to make it clearer that code below doesn't get called

This commit is contained in:
dankito 2021-01-02 22:55:43 +01:00
parent 6975502f28
commit a4ebdfec8c
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ open class FinTsClient(
if (countAccountsSupportingRetrievingTransactions == 0) {
addAccountDone(bank, getAccountsResponse, retrievedAccountData, callback)
return // no necessary just to make it clearer that code below doesn't get called
}
accountsSupportingRetrievingTransactions.forEach { account ->