Skip to content

Commit

Permalink
Easier review improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
vsuharnikov committed Nov 8, 2023
1 parent eaf3fb4 commit da1137c
Show file tree
Hide file tree
Showing 3 changed files with 205 additions and 222 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,7 @@ object CommonAccountsApi {
dbResource.get(Keys.addressId(address)).fold(Observable.fromIterable(entriesFromDiff)) { addressId =>
Observable
.fromIterator(
Task(
new AddressDataIterator(
dbResource,
addressId,
entriesFromDiff,
pattern
).asScala
)
Task(new AddressDataIterator(dbResource, addressId, entriesFromDiff, pattern).asScala)
)
.filterNot(_.isEmpty)
}
Expand Down
Loading

0 comments on commit da1137c

Please sign in to comment.