Skip to content

Commit

Permalink
Update AmplifyPlugins/Auth/Sources/AWSCognitoAuthPlugin/StateMachine/…
Browse files Browse the repository at this point in the history
…hierarchical-state-machine-swift/StateMachine.swift

Co-authored-by: Di Wu <[email protected]>
  • Loading branch information
harsh62 and 5d authored Apr 23, 2024
1 parent 34c9a01 commit 80390dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ actor StateMachine<
currentStateSubject.value
}

private(set) var currentStateSubject: CurrentValueSubject<StateType, Never>
private let currentStateSubject: CurrentValueSubject<StateType, Never>

deinit {
currentStateSubject.send(completion: .finished)
Expand Down

0 comments on commit 80390dc

Please sign in to comment.