Skip to content

Commit 20e0c9e

Browse files
authored
Merge pull request #187 from DominatorVbN/patch-1
Update APNSClient+Location.swift
2 parents 915f4d0 + bc3d04e commit 20e0c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/APNSCore/Location/APNSClient+Location.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ extension APNSClientProtocol {
2525
/// - logger: The logger to use for sending this notification.
2626
@discardableResult
2727
@inlinable
28-
func sendLocationNotification(
28+
public func sendLocationNotification(
2929
_ notification: APNSLocationNotification,
3030
deviceToken: String
3131
) async throws -> APNSResponse {

0 commit comments

Comments
 (0)