Skip to content

Commit

Permalink
Temporarily set new Settings as cohort
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasstrba committed Mar 22, 2024
1 parent cfc79c7 commit aa89a7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Core/PixelExperiment.swift
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ extension PixelExperiment {
final internal class PixelExperimentLogic {

var cohort: PixelExperiment? {
// TODO: Remove
return .newSettings

guard isInstalled else { return nil }

Check warning on line 81 in Core/PixelExperiment.swift

View workflow job for this annotation

GitHub Actions / Make Release Build

code after 'return' will never be executed

Check warning on line 81 in Core/PixelExperiment.swift

View workflow job for this annotation

GitHub Actions / Make Release Build

code after 'return' will never be executed

Check warning on line 81 in Core/PixelExperiment.swift

View workflow job for this annotation

GitHub Actions / Unit Tests

code after 'return' will never be executed

if let allocatedCohort,
Expand Down

0 comments on commit aa89a7b

Please sign in to comment.