Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit54b9c52

Browse files
committed
Merge branch 'dk/system-notifications-o11y' of github.com:/coder/coder into dk/system-notifications-o11y
2 parents06d5ae5 +3f76f15 commit54b9c52

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
varmethod database.NotificationMethod
6565
iferr:=method.Scan(cfg.Method.String());err!=nil {
66-
returnnil,xerrors.Errorf("givennotification method %q is invalid",cfg.Method)
66+
returnnil,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)

[8]ページ先頭

©2009-2025 Movatter.jp