Skip to content

Commit

Permalink
temp add history feature to returning users
Browse files Browse the repository at this point in the history
  • Loading branch information
brindy committed Mar 14, 2024
1 parent 00dc84a commit 9c3bb15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Core/DefaultVariantManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ public struct VariantIOS: Variant {
}

/// This variant is used for returning users to separate them from really new users.
static let returningUser = VariantIOS(name: "ru", weight: doNotAllocate, isIncluded: When.always, features: [])
#warning("Remove feature from returning history before merging")
static let returningUser = VariantIOS(name: "ru", weight: doNotAllocate, isIncluded: When.always, features: [.history])

static let doNotAllocate = 0

Expand Down

0 comments on commit 9c3bb15

Please sign in to comment.