mirror of
https://github.com/hykilpikonna/AquaDX.git
synced 2026-05-15 08:40:02 -05:00
[F] Fix type nullability
This commit is contained in:
parent
68626fecd7
commit
aed6c2123f
|
|
@ -50,9 +50,9 @@ class AquaNetUser(
|
|||
var regTime: Long = 0L,
|
||||
|
||||
// Profile fields
|
||||
var profileLocation: String = "",
|
||||
var profileBio: String = "",
|
||||
var profilePicture: String = "",
|
||||
var profileLocation: String? = "",
|
||||
var profileBio: String? = "",
|
||||
var profilePicture: String? = "",
|
||||
|
||||
// Email confirmation
|
||||
var emailConfirmed: Boolean = false,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user