Skip to content

Commit ed2ae01

Browse files
KM-13709 Fix missing constant after rebase
1 parent 96b0b09 commit ed2ae01

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

LocalPackages/PIALibrary/Sources/PIALibrary/AppConstants.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,8 @@ public struct AppConstants {
134134
public struct Survey {
135135
public static let formURL = URL(string: "https://privateinternetaccess.typeform.com/to/WTFcN77r")!
136136
}
137+
138+
public struct HotspotHelper {
139+
public static let queueLabel = "com.privateinternetaccess.hotspothelper"
140+
}
137141
}

0 commit comments

Comments
 (0)