Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoShaka authored and github-actions committed Jun 6, 2024
1 parent 9cc024b commit 34e39d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/events/pgevents/pgevents.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ func New(ctx context.Context, cfg Config) (*Log, error) {
cfg.Log.DebugContext(
ctx, "Starting periodic cleanup background worker.",
"retention", cfg.RetentionPeriod.String(),
"cleanupInterval", cfg.CleanupInterval)
"cleanup_interval", cfg.CleanupInterval)
l.wg.Add(1)
go l.periodicCleanup(periodicCtx, cfg.CleanupInterval, cfg.RetentionPeriod)
}
Expand Down

0 comments on commit 34e39d8

Please sign in to comment.