Enable QA feature flags.
This commit is contained in:
parent
5f7888d227
commit
df6088698e
@ -18,7 +18,7 @@ extension FeatureBuild {
|
||||
}
|
||||
}
|
||||
|
||||
let build: FeatureBuild = OWSIsDebugBuild() ? .dev : .beta
|
||||
let build: FeatureBuild = OWSIsDebugBuild() ? .dev : .qa
|
||||
|
||||
// MARK: -
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user