Skip to content

Commit

Permalink
"Feature flags for .beta."
Browse files Browse the repository at this point in the history
  • Loading branch information
Imperiopolis committed Jul 7, 2021
1 parent 59ba910 commit d5b85bc
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 @@ -20,7 +20,7 @@ extension FeatureBuild {
}
}

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

// MARK: -

Expand Down

0 comments on commit d5b85bc

Please sign in to comment.