We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7fbb29 commit 5100d31Copy full SHA for 5100d31
1 file changed
internal/lightstep_pb/grpc/server.go
@@ -123,6 +123,6 @@ func (s *ServerGRPC) Report(ctx context.Context, rq *pb.ReportRequest) (*pb.Repo
123
}
124
125
return &pb.ReportResponse{
126
- Errors: []string{},
+ Errors: nil,
127
}, nil
128
0 commit comments