Skip to content

Commit

Permalink
Update pkg/lib/processor.go
Browse files Browse the repository at this point in the history
Co-authored-by: Fergal Mc Carthy <[email protected]>
  • Loading branch information
gbuenodevsuse and rtamalin authored Jul 8, 2024
1 parent ab2f97c commit 819d8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/lib/processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func (p *TelemetryProcessorImpl) DeleteReport(reportRow *TelemetryReportRow) (er
var _ TelemetryProcessor = (*TelemetryProcessorImpl)(nil)

func NewTelemetryProcessor(cfg *config.DBConfig) (TelemetryProcessor, error) {
slog.Info("NewTelemetryProcessro", slog.Any("cfg", cfg))
slog.Info("NewTelemetryProcessor", slog.Any("cfg", cfg))
p := TelemetryProcessorImpl{cfg: cfg}

err := p.setup(cfg)
Expand Down

0 comments on commit 819d8db

Please sign in to comment.