Updated on 2026-08-14

This commit is contained in:
Tangem 2025-07-16 17:23:44 +05:00
parent 352ae036f3
commit e5f25fdfb1
7 changed files with 97 additions and 19 deletions

View file

@ -38,6 +38,7 @@ class UserTokensSaver(
userWalletId = userWalletId,
response = response,
)
store(userWalletId, enrichedUserTokensResponse, false)
push(userWalletId, enrichedUserTokensResponse, false)
}