We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 915f4d0 + bc3d04e commit 20e0c9eCopy full SHA for 20e0c9e
Sources/APNSCore/Location/APNSClient+Location.swift
@@ -25,7 +25,7 @@ extension APNSClientProtocol {
25
/// - logger: The logger to use for sending this notification.
26
@discardableResult
27
@inlinable
28
- func sendLocationNotification(
+ public func sendLocationNotification(
29
_ notification: APNSLocationNotification,
30
deviceToken: String
31
) async throws -> APNSResponse {
0 commit comments