Skip to content

Commit

Permalink
TMP: Enforce history
Browse files Browse the repository at this point in the history
  • Loading branch information
dus7 committed Apr 23, 2024
1 parent 58a1a7a commit c280bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/DefaultVariantManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ 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: [])
static let returningUser = VariantIOS(name: "ru", weight: doNotAllocate, isIncluded: When.always, features: [.history])

static let doNotAllocate = 0

Expand Down

0 comments on commit c280bce

Please sign in to comment.