mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-18 19:13:56 +00:00
fix: failed to parse comment when commenting
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user