Skip to content

Commit

Permalink
Update APNSClient+Location.swift
Browse files Browse the repository at this point in the history
Marked sendLocationNotification public to be accessible outside of APNSCore
  • Loading branch information
DominatorVbN committed Nov 20, 2023
1 parent 915f4d0 commit bc3d04e
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 bc3d04e

Please sign in to comment.