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 23, 2024
1 parent 31ca550 commit 89d2b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ODP/OdpEventManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ open class OdpEventManager {

func identifyUser(vuid: String?, userId: String?) {
var identifiers = [String: String]()
if let _vuid = vuid, VuidManager.isVuid(_vuid) {
if let _vuid = vuid {
identifiers[Constants.ODP.keyForVuid] = _vuid
}
if let userId = userId {
Expand Down

0 comments on commit 89d2b7b

Please sign in to comment.