Skip to content

Commit

Permalink
Merge pull request #187 from DominatorVbN/patch-1
Browse files Browse the repository at this point in the history
Update APNSClient+Location.swift
  • Loading branch information
0xTim authored Nov 20, 2023
2 parents 915f4d0 + bc3d04e commit 20e0c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/APNSCore/Location/APNSClient+Location.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ extension APNSClientProtocol {
/// - logger: The logger to use for sending this notification.
@discardableResult
@inlinable
func sendLocationNotification(
public func sendLocationNotification(
_ notification: APNSLocationNotification,
deviceToken: String
) async throws -> APNSResponse {
Expand Down

0 comments on commit 20e0c9e

Please sign in to comment.