Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix client.ts: reset EthersStoreUtil's error before new operation #1921

Merged
merged 2 commits into from
Feb 14, 2024
Merged

Fix client.ts: reset EthersStoreUtil's error before new operation #1921

merged 2 commits into from
Feb 14, 2024

Conversation

dextfprotocol
Copy link
Contributor

At the moment the EthersStoreUtil's error is not reset before executing a new operation, therefore the value is carried over even for successful operations.

With this fix we reset error to undefined before every operation.

Breaking Changes

N/A

Changes

  • fix: reset EthersStoreUtil's error to undefined before every operation

Associated Issues

closes #...

At the moment the EthersStoreUtil's error is not reset before executing a new operation, therefore the value is carried over even for successful operations.

With this fix we reset error to undefined before every operation.
Copy link

vercel bot commented Feb 14, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
web3modal-gallery ✅ Ready (Inspect) Visit Preview Feb 14, 2024 10:18am
web3modal-laboratory ✅ Ready (Inspect) Visit Preview Feb 14, 2024 10:18am
web3modal-react-wagmi-ex ✅ Ready (Inspect) Visit Preview Feb 14, 2024 10:18am
web3modal-vue-wagmi-ex ✅ Ready (Inspect) Visit Preview Feb 14, 2024 10:18am

Copy link

vercel bot commented Feb 14, 2024

@dextfprotocol is attempting to deploy a commit to the WalletConnect Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Contributor

@svenvoskamp svenvoskamp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch! Can you please get CI to green, so we can approve 🙏

Removed semi-colon at the end of the lines
Copy link
Contributor Author

@dextfprotocol dextfprotocol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Copy link
Contributor

@glitch-txs glitch-txs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@svenvoskamp svenvoskamp merged commit 76bd130 into reown-com:V4 Feb 14, 2024
9 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants