From 75dbe85ad699c5bc6f71f38c2d0de87f0d53c48b Mon Sep 17 00:00:00 2001 From: popaprozac Date: Sat, 29 Mar 2025 23:39:50 -0700 Subject: [PATCH] remove comptime check --- v3/pkg/services/notifications/notifications_darwin.go | 2 -- 1 file changed, 2 deletions(-) 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.