Skip to content

Commit

Permalink
fix: failed to parse comment when commenting
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelonion committed Feb 26, 2024
1 parent 7f943d3 commit e93ca5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ data class ReturnedComment(
@Serializable(with = NumericBooleanSerializer::class)
val deleted: Boolean?,
@SerialName("tag")
val tag: Int?,
val tag: Int? = null,
)

object NumericBooleanSerializer : KSerializer<Boolean> {
Expand Down

0 comments on commit e93ca5d

Please sign in to comment.