Skip to content

Commit

Permalink
Update Sources/WalletConnectSign/Auth/Services/App/AuthResponseSubscr…
Browse files Browse the repository at this point in the history
…iber.swift

Co-authored-by: Jack Pooley <169029079+jackpooleywc@users.noreply.github.com>
  • Loading branch information
llbartekll and jackpooleywc authored May 28, 2024
1 parent 85c4dd2 commit cb957fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class AuthResponseSubscriber {
}.store(in: &publishers)
}

private func subscribeForLinkResonse() {
private func subscribeForLinkResponse() {
linkEnvelopesDispatcher.responseErrorSubscription(on: SessionAuthenticatedProtocolMethod())
.sink { [unowned self] (payload: ResponseSubscriptionErrorPayload<SessionAuthenticateRequestParams>) in
guard let error = AuthError(code: payload.error.code) else { return }
Expand Down

0 comments on commit cb957fc

Please sign in to comment.