Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-sili committed Jan 4, 2025
1 parent 5d32aaa commit 946ba78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/exporterhelper/internal/base_exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func NewBaseExporter(set exporter.Settings, signal pipeline.Signal, osf ObsrepSe
q := be.queueFactory(
context.Background(),
exporterqueue.Settings{
Signal: be.Signal,
Signal: signal,
ExporterSettings: be.Set,
},
be.queueCfg)
Expand Down

0 comments on commit 946ba78

Please sign in to comment.