diff --git a/v3/pkg/services/notifications/notifications_darwin.go b/v3/pkg/services/notifications/notifications_darwin.go index 02dc4fc95..2c8f33d15 100644 --- a/v3/pkg/services/notifications/notifications_darwin.go +++ b/v3/pkg/services/notifications/notifications_darwin.go @@ -39,8 +39,6 @@ type ChannelHandler interface { GetChannel(id int) (chan notificationChannel, bool) } -var _ ChannelHandler = (*darwinNotifier)(nil) - const AppleDefaultActionIdentifier = "com.apple.UNNotificationDefaultActionIdentifier" // Creates a new Notifications Service.