Skip to content

Commit 3e2af1f

Browse files
authored
Make EmptyPayload conform to Sendable (#201)
1 parent 7cfeec8 commit 3e2af1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/APNSCore/EmptyPayload.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
//
1212
//===----------------------------------------------------------------------===//
1313

14-
public struct EmptyPayload: Encodable {
14+
public struct EmptyPayload: Encodable, Sendable {
1515
public init() {}
1616
}

0 commit comments

Comments
 (0)