Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/consume-errors-gre' into consume…
Browse files Browse the repository at this point in the history
…-errors-gre
  • Loading branch information
Vihas Splunk committed Aug 16, 2023
2 parents 0614757 + f83cb79 commit 44baf51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion receiver/otlpreceiver/internal/logs/otlp.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ func (r *Receiver) Export(ctx context.Context, req plogotlp.ExportRequest) (plog
return plogotlp.NewExportResponse(), s.Err()
}

return plogotlp.NewExportResponse(), err
return plogotlp.NewExportResponse(), nil
}

0 comments on commit 44baf51

Please sign in to comment.