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