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 2, 2025
1 parent 05cec89 commit 3028f40
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 @@ -110,7 +110,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 3028f40

Please sign in to comment.