We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5af6d92 commit fffc9eaCopy full SHA for fffc9ea
Sources/APNSCore/Alert/APNSAlertNotificationContent.swift
@@ -13,7 +13,7 @@
13
//===----------------------------------------------------------------------===//
14
15
/// The information for displaying an alert.
16
-public struct APNSAlertNotificationContent: Encodable, Sendable, Hashable {
+public struct APNSAlertNotificationContent: Encodable, Sendable {
17
public struct StringValue: Encodable, Hashable, Sendable {
18
internal enum Configuration: Encodable, Hashable {
19
case raw(String)
0 commit comments