Skip to content

Commit 19fdd30

Browse files
committed
fix(client): parse err on GetInfoRspBody
1 parent 73d6400 commit 19fdd30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lagrange/pb/service/group.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ class GetInfoFromUidRsp(ProtoStruct):
440440

441441

442442
class GetInfoRspBody(ProtoStruct):
443-
uid: str = proto_field(1)
443+
# uid: str = proto_field(1) # query value
444444
fields: GetInfoRspField = proto_field(2)
445445

446446

0 commit comments

Comments
 (0)