Skip to content

Commit

Permalink
Revert "WC: fix app redirects (#5005)"
Browse files Browse the repository at this point in the history
This reverts commit a08d612.
  • Loading branch information
BrodyHughes committed Aug 23, 2023
1 parent da7b317 commit 8f90378
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/walletConnect/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,6 @@ export async function onSessionProposal(
export async function onSessionRequest(
event: SignClientTypes.EventArguments['session_request']
) {
setHasPendingDeeplinkPendingRedirect(true);
const client = await web3WalletClient;

logger.debug(`WC v2: session_request`, {}, logger.DebugContext.walletconnect);
Expand Down

0 comments on commit 8f90378

Please sign in to comment.