Updated on 2026-08-14
This commit is contained in:
parent
2413e9a3b7
commit
6fb8e4e2ea
197 changed files with 39 additions and 75 deletions
|
|
@ -85,7 +85,7 @@ class TwinCardsManager(
|
|||
}
|
||||
|
||||
private fun getAdapter(): JsonAdapter<List<Issuer>> {
|
||||
return com.tangem.datasource.api.common.MoshiConverter.defaultMoshi().adapter(
|
||||
return MoshiConverter.defaultMoshi().adapter(
|
||||
Types.newParameterizedType(List::class.java, Issuer::class.java),
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue