Updated on 2026-08-14
This commit is contained in:
parent
ce57171f3b
commit
b3b0f92ac1
4 changed files with 6 additions and 6 deletions
|
|
@ -40,7 +40,7 @@ class TxHistoryManagerImpl(
|
|||
)
|
||||
|
||||
return when (itemsResult) {
|
||||
is Result.Success -> itemsResult.data.map { historyItem -> historyItem.mapToProxy() }
|
||||
is Result.Success -> itemsResult.data.items.map { historyItem -> historyItem.mapToProxy() }
|
||||
is Result.Failure -> error(itemsResult.error.message ?: itemsResult.error.customMessage)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue