Skip to content

Commit

Permalink
fix: test (#540)
Browse files Browse the repository at this point in the history
* fix: test

* Update dev-demo-deploy.yml

---------

Co-authored-by: Isacco <[email protected]>
Co-authored-by: AndreasGassmann <[email protected]>
  • Loading branch information
3 people authored Aug 15, 2023
1 parent e13f61b commit cd1eb58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-demo-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
env:
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
run: netlify deploy --dir=public --alias=$GITHUB_SHA --message=$GITHUB_SHA
run: netlify deploy --dir=public --filter packages/beacon-sdk --alias=$GITHUB_SHA --message=$GITHUB_SHA
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export class WalletConnectCommunicationClient extends CommunicationClient {
await this.closeSessions()
await this.openSession()
}

this.setDefaultAccountAndNetwork()

const session = this.getSession()
Expand Down

0 comments on commit cd1eb58

Please sign in to comment.