Skip to content

Commit f5087ba

Browse files
committed
remove unnecessary event from struct
1 parent 3818be8 commit f5087ba

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Sources/APNSCore/LiveActivity/APNSLiveActivityNotificationEvent.swift

-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,4 @@ public struct APNSLiveActivityNotificationEvent: Hashable {
2222

2323
/// Specifies that live activity should be ended
2424
public static let end = Self(rawValue: "end")
25-
26-
/// The underlying raw value that is send to APNs.
27-
public static let start = Self(rawValue: "start")
2825
}

0 commit comments

Comments
 (0)