Fixed that file got read twice
This commit is contained in:
parent
a0e802a7ef
commit
9ee82e9a5b
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ class BankingService(
|
|||
}
|
||||
|
||||
val transactions = readTransactionsFromCsv()
|
||||
cachedTransactions = readTransactionsFromCsv()
|
||||
cachedTransactions = transactions
|
||||
|
||||
return transactions
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue