There was an error while loading. Please reload this page.
1 parent f806e61 commit 7e18336Copy full SHA for 7e18336
1 file changed
cmd/impl/jms_chat.go
@@ -37,5 +37,6 @@ func (j *JMServer) GetAccountChat(ctx context.Context, req *pb.Empty) (*pb.Accou
37
Status: &status,
38
}, nil
39
}
40
+ status.Ok = true
41
return &pb.AccountDetailResponse{Status: &status, Payload: st}, nil
42
0 commit comments