mirror of
https://github.com/whitechi73/OpenShamrock.git
synced 2024-08-14 13:12:17 +08:00
Shamrock
: fix friend request type typo
This commit is contained in:
parent
bd45523e25
commit
27791cc848
@ -20,7 +20,7 @@ internal enum class NoticeType {
|
|||||||
|
|
||||||
@Serializable
|
@Serializable
|
||||||
internal enum class RequestType {
|
internal enum class RequestType {
|
||||||
@SerialName("friend ") Friend,
|
@SerialName("friend") Friend,
|
||||||
@SerialName("group") Group,
|
@SerialName("group") Group,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user