Skip to content

Commit 5100d31

Browse files
committed
set errors to nil in response instead of empty array
1 parent f7fbb29 commit 5100d31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/lightstep_pb/grpc/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,6 @@ func (s *ServerGRPC) Report(ctx context.Context, rq *pb.ReportRequest) (*pb.Repo
123123
}
124124

125125
return &pb.ReportResponse{
126-
Errors: []string{},
126+
Errors: nil,
127127
}, nil
128128
}

0 commit comments

Comments
 (0)