Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit e7cdff5

Browse files
authored
Merge pull request #616 from wordpress-mobile/privacy-iplocationremote-access-modifier
[Privacy Compliance] Access modifier for IPLocationRemote init
2 parents c104ac4 + adfd766 commit e7cdff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPressKit/IPLocationRemote.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public final class IPLocationRemote {
99

1010
private let urlSession: URLSession
1111

12-
init(urlSession: URLSession = URLSession.shared) {
12+
public init(urlSession: URLSession = URLSession.shared) {
1313
self.urlSession = urlSession
1414
}
1515

0 commit comments

Comments
 (0)