Skip to content

Commit

Permalink
Update receiver/otlpreceiver/internal/trace/otlp.go
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Bradley <[email protected]>
  • Loading branch information
VihasMakwana and evan-bradley authored Aug 31, 2023
1 parent 44baf51 commit a1fbfa8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion receiver/otlpreceiver/internal/trace/otlp.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,6 @@ func (r *Receiver) Export(ctx context.Context, req ptraceotlp.ExportRequest) (pt
}
return ptraceotlp.NewExportResponse(), s.Err()
}
return ptraceotlp.NewExportResponse(), err

return ptraceotlp.NewExportResponse(), nil
}

0 comments on commit a1fbfa8

Please sign in to comment.