Skip to content

Commit

Permalink
Update PostHog/PostHogSessionManager.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto authored May 21, 2024
1 parent 7869270 commit 2e9e3f4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions PostHog/PostHogSessionManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@ class PostHogSessionManager {

private let anonLock = NSLock()
private let distinctLock = NSLock()
private let idGen: (UUID) -> UUID

init(_ config: PostHogConfig) {
storage = PostHogStorage(config)
idGen = config.getAnonymousId
}

public func getAnonymousId() -> String {
Expand Down

0 comments on commit 2e9e3f4

Please sign in to comment.