Skip to content

Commit a8c74e3

Browse files
committed
修复评论无法加载
1 parent 4a515be commit a8c74e3

File tree

1 file changed

+1
-1
lines changed
  • bili-api/src/main/kotlin/dev/aaa1115910/biliapi/http/entity/reply

1 file changed

+1
-1
lines changed

bili-api/src/main/kotlin/dev/aaa1115910/biliapi/http/entity/reply/Comment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ data class CommentData(
2323
@SerialName("top_replies")
2424
val topReplies: JsonElement? = null,
2525
@SerialName("up_selection")
26-
val upSelection: UpSelection,
26+
val upSelection: UpSelection? = null,
2727
val upper: Upper,
2828
val vote: Int
2929
) {

0 commit comments

Comments
 (0)