Updated on 2026-08-14
This commit is contained in:
parent
a1a659f56d
commit
21ebcc252e
2 changed files with 1 additions and 2 deletions
|
|
@ -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,
|
||||
)
|
||||
}
|
||||
|
|
@ -113,7 +113,6 @@ internal class DefaultLearn2earnRepository(
|
|||
preferencesStorage.userData = userInfoAdapter.toJson(userData)
|
||||
} catch (ex: Exception) {
|
||||
Timber.e(ex)
|
||||
preferencesStorage.userData = null
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue