Skip to content

Commit

Permalink
Update receiver/otlpreceiver/internal/logs/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 16, 2023
1 parent 1a31b8b commit f83cb79
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 f83cb79

Please sign in to comment.