Updated on 2026-08-14

This commit is contained in:
Tangem 2023-06-27 14:33:11 +03:00
parent a1a659f56d
commit 21ebcc252e
2 changed files with 1 additions and 2 deletions

View file

@ -13,6 +13,6 @@ abstract class AbstractPromotionResponse {
data class Error(
@Json(name = "code") val code: Int,
@Json(name = "description") val message: String,
@Json(name = "message") val message: String,
)
}

View file

@ -113,7 +113,6 @@ internal class DefaultLearn2earnRepository(
preferencesStorage.userData = userInfoAdapter.toJson(userData)
} catch (ex: Exception) {
Timber.e(ex)
preferencesStorage.userData = null
}
}