Skip to content

Commit

Permalink
code cleanUp
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoRecchioni committed Oct 13, 2021
1 parent 2203b3f commit c27ed2f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions BreinifyApi/api/BreinifyManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ open class BreinifyManager: NSObject, UNUserNotificationCenterDelegate {

public func sendIdentifyInfo() {
BreinLogger.shared.log("Breinify sendIdentifyInfo invoked")
var tagsDic = collectAdditionalTagInformation()
let tagsDic = collectAdditionalTagInformation()
sendActivity(BreinifyManager.kActivityTypeIdentify, additionalActivityTagContent: tagsDic)
}

Expand Down Expand Up @@ -420,8 +420,7 @@ open class BreinifyManager: NSObject, UNUserNotificationCenterDelegate {
/// it is not a dictionary
return ""
}

return ""

}

func registerPushNotifications() {
Expand Down

0 comments on commit c27ed2f

Please sign in to comment.