Skip to content

Commit

Permalink
Remove useless SerializedName
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyDL-Infomaniak committed Oct 2, 2024
1 parent 9629eeb commit 32ba035
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ open class Rights(
var canUseTeam: Boolean = false,
@SerializedName("can_write")
var canWrite: Boolean = false,
@SerializedName("colorable")
var colorable: Boolean = false,
var right: String = "",
) : RealmObject(), Parcelable {
Expand Down

0 comments on commit 32ba035

Please sign in to comment.