fix version 1
This commit is contained in:
@@ -25,6 +25,7 @@ func Fetch(ctx context.Context, in *pb.Empty) (reply *pb.GroupsReply, err error)
|
||||
}
|
||||
|
||||
return &pb.GroupsReply{
|
||||
Total: int32(len(groups)),
|
||||
Total: int32(len(groups)),
|
||||
Groups: groups,
|
||||
}, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user