Skip to content

Commit 779260e

Browse files
committed
chore: remove unused GetLogoURL method from notifications store interface
1 parent 1b1a4c4 commit 779260e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

coderd/notifications/spec.go

-2
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)