Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #76 from DouchChunFeng/master
Browse files Browse the repository at this point in the history
有个空格
  • Loading branch information
ikechan8370 authored Nov 23, 2023
2 parents b23620b + e09e00f commit 8c6f529
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ internal data class RequestEvent(
@SerialName("time") val time: Long,
@SerialName("self_id") val selfId: Long,
@SerialName("post_type") val postType: PostType,
@SerialName("request_type ") val type: RequestType,
@SerialName("request_type") val type: RequestType,
@SerialName("sub_type") val subType: RequestSubType = RequestSubType.None,
@SerialName("group_id") val groupId: Long = 0,
@SerialName("user_id") val userId: Long = 0,
Expand Down

0 comments on commit 8c6f529

Please sign in to comment.