remove comptime check

This commit is contained in:
popaprozac 2025-03-29 23:39:50 -07:00
commit 75dbe85ad6

View file

@ -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.