We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d206a3b commit 2066d0fCopy full SHA for 2066d0f
Sources/Optimizely/OptimizelyClient.swift
@@ -60,7 +60,6 @@ open class OptimizelyClient: NSObject {
60
var decisionService: OPTDecisionService!
61
public var notificationCenter: OPTNotificationCenter?
62
public var odpManager: OdpManager!
63
-// private var vuidManager: VuidManager!
64
public var vuid: String?
65
let sdkSettings: OptimizelySdkSettings
66
Sources/Optimizely/VuidManager.swift
@@ -26,7 +26,7 @@ public class VuidManager {
26
public func configure(enable: Bool) {
27
self.enable = enable
28
if enable {
29
- self._vuid = self.load()
+ self._vuid = load()
30
} else {
31
self.remove()
32
self._vuid = ""
0 commit comments