fix: failed to parse comment when commenting
This commit is contained in:
parent
7f943d34ac
commit
e93ca5d86e
1 changed files with 1 additions and 1 deletions
|
@ -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> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue