Skip to content

Commit b6c043d

Browse files
committed
fixup! feat: add audit logs for dormancy events
1 parent 95ac736 commit b6c043d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enterprise/coderd/dormancy/dormantusersjob.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ func CheckInactiveUsersWithOptions(ctx context.Context, logger slog.Logger, clk
6868

6969
return func() {
7070
cancelFunc()
71-
ticker.Wait()
71+
_ = ticker.Wait()
7272
}
7373
}

0 commit comments

Comments
 (0)