We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b6c7c4 commit e59195dCopy full SHA for e59195d
WooCommerce/Classes/Notifications/PushNotificationsManager.swift
@@ -29,7 +29,7 @@ final class PushNotificationsManager: PushNotesManager {
29
/// in the foreground.
30
///
31
var foregroundNotificationsToView: AnyPublisher<PushNotification, Never> {
32
- foregroundNotificationsSubject.eraseToAnyPublisher()
+ foregroundNotificationsToViewSubject.eraseToAnyPublisher()
33
}
34
35
/// Mutable reference to `foregroundNotificationsToView`.
0 commit comments