Skip to content

Commit 91f5fe6

Browse files
Hotfix for crash (#151)
1 parent 90bd904 commit 91f5fe6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/domain_bars/src/main/java/kekmech/ru/domain_bars/dto/RatingResponse.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ data class Rating(
1212
data class CompositeRating(
1313
val value: Int,
1414
val weight: Float,
15-
)
15+
) : Serializable
1616

1717
data class SocialCompositeRating(
1818
val value: Int,
1919
val weight: Float,
2020
val sportValue: Int,
2121
val socialActivityValue: Int,
22-
)
22+
) : Serializable

0 commit comments

Comments
 (0)