Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
quanganhdo committed Mar 15, 2024
1 parent b29a1c2 commit 0f01af6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ final class NetworkProtectionBackendClient: NetworkProtectionClient {

if isSubscriptionEnabled {
// todo - https://app.asana.com/0/0/1206811466624632/f
let usesStaging = true
if usesStaging {
let usesSubscriptionStaging = true
if usesSubscriptionStaging {
self.endpointURL = VPNSettings.SelectedEnvironment.staging.endpointURL
} else {
self.endpointURL = VPNSettings.SelectedEnvironment.production.endpointURL
Expand Down

0 comments on commit 0f01af6

Please sign in to comment.