Skip to content

Commit 7e18336

Browse files
committed
perf: fix status
1 parent f806e61 commit 7e18336

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cmd/impl/jms_chat.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,6 @@ func (j *JMServer) GetAccountChat(ctx context.Context, req *pb.Empty) (*pb.Accou
3737
Status: &status,
3838
}, nil
3939
}
40+
status.Ok = true
4041
return &pb.AccountDetailResponse{Status: &status, Payload: st}, nil
4142
}

0 commit comments

Comments
 (0)