Skip to content

Commit 54b9c52

Browse files
committed
Merge branch 'dk/system-notifications-o11y' of github.com:/coder/coder into dk/system-notifications-o11y
2 parents 06d5ae5 + 3f76f15 commit 54b9c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/notifications/manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ func NewManager(cfg codersdk.NotificationsConfig, store Store, metrics *Metrics,
6363
// TODO(dannyk): add the ability to use multiple notification methods.
6464
var method database.NotificationMethod
6565
if err := method.Scan(cfg.Method.String()); err != nil {
66-
return nil, xerrors.Errorf("given notification method %q is invalid", cfg.Method)
66+
return nil, xerrors.Errorf("notification method %q is invalid", cfg.Method)
6767
}
6868

6969
// If dispatch timeout exceeds lease period, it is possible that messages can be delivered in duplicate because the

0 commit comments

Comments
 (0)