Skip to content

Commit feeac15

Browse files
committed
TODOs
1 parent 8b3b187 commit feeac15

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

coderd/notifications/notifier.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ func (n *notifier) run(ctx context.Context, success chan<- dispatchResult, failu
7171
default:
7272
}
7373

74+
// Check if notifier is paused.
75+
7476
// Call process() immediately (i.e. don't wait an initial tick).
7577
err := n.process(ctx, success, failure)
7678
if err != nil {

coderd/notifications_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
package coderd_test
2+
3+
// TODO

0 commit comments

Comments
 (0)