Skip to content

Commit

Permalink
Fixed example build.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsneed committed Nov 28, 2023
1 parent 7c783d2 commit a20b1a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class ViewController: UIViewController {
case .alias:
aliasEvent()
case .none:
analytics?.log(message: "Failed to establish event type", kind: .error)
analytics?.log(message: "Failed to establish event type")
}

clearAll()
Expand Down

0 comments on commit a20b1a1

Please sign in to comment.