Skip to content

Commit

Permalink
Merge branch 'async-sequence-refactor-wrapper-approach' of github.com…
Browse files Browse the repository at this point in the history
…:aws-amplify/amplify-ios into async-sequence-refactor-wrapper-approach
  • Loading branch information
harsh62 committed Apr 23, 2024
2 parents d2d2459 + 80390dc commit 7ad634c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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 7ad634c

Please sign in to comment.