Skip to content

Commit

Permalink
remove unnecessary event from struct
Browse files Browse the repository at this point in the history
  • Loading branch information
nakajima committed Apr 4, 2024
1 parent 3818be8 commit f5087ba
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,4 @@ public struct APNSLiveActivityNotificationEvent: Hashable {

/// Specifies that live activity should be ended
public static let end = Self(rawValue: "end")

/// The underlying raw value that is send to APNs.
public static let start = Self(rawValue: "start")
}

0 comments on commit f5087ba

Please sign in to comment.