Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.

Commit

Permalink
fix: update
Browse files Browse the repository at this point in the history
  • Loading branch information
gtokman committed Apr 13, 2024
1 parent e18694f commit 642ca2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/Push.swift
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ extension Push: UNUserNotificationCenterDelegate {
return String(format: "%02x", data)
}
let token = tokenParts.joined()
shared.logger?.track(event: "Device token received: \(token)")
shared.logger?.track(event: "Device token received \(#function).")
handleRemoteNotificationsRegistered(deviceToken: token)
}

Expand Down

0 comments on commit 642ca2a

Please sign in to comment.