Skip to content

Commit

Permalink
Make EmptyPayload conform to Sendable (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
fpseverino committed Jul 15, 2024
1 parent 7cfeec8 commit 3e2af1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/APNSCore/EmptyPayload.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
//
//===----------------------------------------------------------------------===//

public struct EmptyPayload: Encodable {
public struct EmptyPayload: Encodable, Sendable {
public init() {}
}

0 comments on commit 3e2af1f

Please sign in to comment.