Skip to content

Commit 9a4e81d

Browse files
committed
revert to using beta flag
1 parent 03c4f91 commit 9a4e81d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift-sdk/Internal/Models.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import Foundation
77

88
struct RemoteConfiguration: Codable, Equatable {
9-
static let isBeta = false
9+
static let isBeta = true
1010

1111
let offlineMode: Bool
1212
let offlineModeBeta: Bool

0 commit comments

Comments
 (0)