mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 12:57:04 +05:30
fix: users can exist without inviters
This commit is contained in:
parent
4b9b148519
commit
51a8538d6a
3 changed files with 10 additions and 4 deletions
|
@ -15,7 +15,7 @@ import kotlinx.serialization.Serializable
|
|||
class User(
|
||||
val username: String,
|
||||
val about: String,
|
||||
@SerialName("invited_by_user") val invitedBy: String,
|
||||
@SerialName("invited_by_user") val invitedBy: String?,
|
||||
@SerialName("avatar_url") val avatarUrl: String,
|
||||
@SerialName("created_at") val createdAt: String,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue