Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
muzahidul-opti committed Nov 22, 2024
1 parent eb69200 commit 209ab18
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sources/Optimizely/OptimizelyClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ open class OptimizelyClient: NSObject {

super.init()
VuidManager.shared.configure(enable: self.sdkSettings.enableVuid)
if self.sdkSettings.enableVuid {
self.vuid = VuidManager.shared.vuid
}
self.vuid = VuidManager.shared.vuid

self.odpManager = odpManager ?? OdpManager(sdkKey: sdkKey,
Expand Down

0 comments on commit 209ab18

Please sign in to comment.