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

Commit779260e

Browse files
committed
chore: remove unused GetLogoURL method from notifications store interface
1 parent1b1a4c4 commit779260e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎coderd/notifications/spec.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ type Store interface {
2222
FetchNewMessageMetadata(ctx context.Context,arg database.FetchNewMessageMetadataParams) (database.FetchNewMessageMetadataRow,error)
2323
GetNotificationMessagesByStatus(ctx context.Context,arg database.GetNotificationMessagesByStatusParams) ([]database.NotificationMessage,error)
2424
GetNotificationsSettings(ctx context.Context) (string,error)
25-
26-
GetLogoURL(ctx context.Context) (string,error)
2725
}
2826

2927
// Handler is responsible for preparing and delivering a notification by a given method.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp