Skip to content

Commit e985bdf

Browse files
committed
cleanup
1 parent e555fad commit e985bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/Notifications/PushNotificationsManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ extension PushNotificationsManager {
287287
guard let self = self else { return }
288288
self.presentDetails(for: foregroundNotification)
289289
self.foregroundNotificationsToViewSubject.send(foregroundNotification)
290-
self.analytics.track(.viewInAppPushNotificationPressed, //
290+
self.analytics.track(.viewInAppPushNotificationPressed,
291291
withProperties: [AnalyticKey.type: foregroundNotification.kind.rawValue])
292292
}
293293

0 commit comments

Comments
 (0)