Skip to content

Commit bbcca34

Browse files
committed
chore: remove unused GetLogoURL method from notifications store interface
1 parent 5695d2c commit bbcca34

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)