Skip to content

Commit

Permalink
"Feature flags for .production."
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesmchen-signal committed Sep 25, 2021
1 parent c8ea32a commit a1490ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SignalServiceKit/src/Util/FeatureFlags.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ extension FeatureBuild {
}
}

private let build: FeatureBuild = OWSIsDebugBuild() ? .dev : .qa
private let build: FeatureBuild = OWSIsDebugBuild() ? .dev : .production

// MARK: -

Expand Down

0 comments on commit a1490ec

Please sign in to comment.