Skip to content

Commit

Permalink
Handle a compilation error due to updating Automattic-Tracks-iOS pod …
Browse files Browse the repository at this point in the history
…update
  • Loading branch information
salimbraksa committed May 2, 2023
1 parent 951f6d1 commit bffae92
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ extension Variation {
switch self {
case .treatment:
return "treatment"
case .customTreatment:
return "custom_treatment"
case .control:
return "control"
}
Expand Down

0 comments on commit bffae92

Please sign in to comment.