Skip to content

Commit c9f99c5

Browse files
committed
fix
1 parent b89f484 commit c9f99c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/notifications/reports/generator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const (
1818
delay = 5 * time.Minute
1919
)
2020

21-
func NewReportGenerator(ctx context.Context, logger slog.Logger, db database.Store, notificationsEnqueuer notifications.Enqueuer, clk quartz.Clock) io.Closer {
21+
func NewReportGenerator(ctx context.Context, logger slog.Logger, db database.Store, _ notifications.Enqueuer, clk quartz.Clock) io.Closer {
2222
closed := make(chan struct{})
2323

2424
ctx, cancelFunc := context.WithCancel(ctx)

0 commit comments

Comments
 (0)