We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 630c024 commit 9a414f0Copy full SHA for 9a414f0
coderd/notifications/reports/generator.go
@@ -18,7 +18,7 @@ const (
18
delay = 5 * time.Minute
19
)
20
21
-func NewReportGenerator(ctx context.Context, logger slog.Logger, db database.Store, notificationsEnqueuer notifications.Enqueuer, clk quartz.Clock) io.Closer {
+func NewReportGenerator(ctx context.Context, logger slog.Logger, db database.Store, _ notifications.Enqueuer, clk quartz.Clock) io.Closer {
22
closed := make(chan struct{})
23
24
ctx, cancelFunc := context.WithCancel(ctx)
0 commit comments