Skip to content

Commit

Permalink
make Story to be data class
Browse files Browse the repository at this point in the history
  • Loading branch information
InsanusMokrassar committed Feb 16, 2024
1 parent 6571e8f commit 3da4ee4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import kotlinx.serialization.SerialName
import kotlinx.serialization.Serializable

@Serializable
class Story(
data class Story(
@SerialName(idField)
val id: StoryId,
@SerialName(chatField)
Expand Down

0 comments on commit 3da4ee4

Please sign in to comment.