Skip to content

Commit

Permalink
fix: DynamicReply, close #112
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Nov 2, 2023
1 parent 4653e2b commit d662441
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/kotlin/xyz/cssxsh/bilibili/data/Dynamic.kt
Original file line number Diff line number Diff line change
Expand Up @@ -509,9 +509,9 @@ data class DynamicReply(
@SerialName("item")
val item: DynamicReplyDetail,
@SerialName("origin")
override val card: String,
override val card: String = "null",
@SerialName("origin_user")
val originUser: UserProfile,
val originUser: UserProfile = UserProfile(),
@SerialName("user")
val user: UserSimple,
@Transient
Expand Down

0 comments on commit d662441

Please sign in to comment.