Thanks to visit codestin.com Credit goes to github.com
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 157e086 commit 790ff33Copy full SHA for 790ff33
coderd/notifications/notifier.go
@@ -27,9 +27,7 @@ const (
27
notificationsDefaultAppName = "Coder"
28
)
29
30
-var (
31
- errDecorateHelpersFailed = xerrors.New("failed to decorate helpers")
32
-)
+var errDecorateHelpersFailed = xerrors.New("failed to decorate helpers")
33
34
// notifier is a consumer of the notifications_messages queue. It dequeues messages from that table and processes them
35
// through a pipeline of fetch -> prepare -> render -> acquire handler -> deliver.
0 commit comments