Skip to content

Commit

Permalink
feat: 오탈자 수정
Browse files Browse the repository at this point in the history
- pushNotificationSubject -> pushNotificationAllowStatusSubject
  • Loading branch information
leemhyungyu committed Sep 25, 2024
1 parent 1fc54bc commit ff0fba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Projects/Domain/User/Interface/Sources/UserClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public struct UserClient {
private let pushNotificationAllowStatusSubject = CurrentValueSubject<Bool, Never>(true)

public var pushNotificationAllowStatusPublisher: AnyPublisher<Bool, Never> {
return pushNotificationSubject.eraseToAnyPublisher()
return pushNotificationAllowStatusSubject.eraseToAnyPublisher()
}

public init(
Expand Down

0 comments on commit ff0fba2

Please sign in to comment.