Skip to content

Commit 989b66c

Browse files
committed
feat: default session id
1 parent 7b545a1 commit 989b66c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/UnleashProxyClientSwift/Client/UnleashProxyClientSwift.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public class UnleashClientBase {
6464

6565
self.context = Context(appName: appName, environment: environment, sessionId: String(Int.random(in: 0..<1_000_000_000)))
6666
if let providedContext = context {
67-
self.context = self.calculateContext(context: providedContext)
67+
self.context = self.calculateContext(context: providedContext)
6868
}
6969
}
7070

0 commit comments

Comments
 (0)