Skip to content

Commit

Permalink
Make RatingCounts data class for stable equals
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Jan 8, 2025
1 parent c58b192 commit d352a8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ data class RatingInfo(

@Serializable
@Immutable
class RatingCounts(
data class RatingCounts(
@SerialName(value = "1") val s1: Int = 0,
@SerialName(value = "2") val s2: Int = 0,
@SerialName(value = "3") val s3: Int = 0,
Expand Down

0 comments on commit d352a8c

Please sign in to comment.