Skip to content

Commit

Permalink
Setting mixpanel up
Browse files Browse the repository at this point in the history
  • Loading branch information
wibosco committed Oct 8, 2016
1 parent f9a575d commit e7f1c4e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -19,7 +19,7 @@ class AnalyticsManager: NSObject, AnalyticsDelegate {

// MARK: - Properties

let mixpanel = Mixpanel.sharedInstance()
let mixpanel = Mixpanel.sharedInstanceWithToken("32011ca4a547c7bba1278c903409d0e1")

lazy var feedAnalyticalRegistry: FeedAnalyticalRegistry = {
let feedAnalyticalRegistry = FeedAnalyticalRegistry(delegate: self)
Expand Down

0 comments on commit e7f1c4e

Please sign in to comment.