Skip to content

Commit

Permalink
chore: ignore waas errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-stumpf committed Jul 10, 2024
1 parent dd84971 commit f34d15d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ async function generatePrivateKey(backupData: string) {
try {
const waas = await getWaas()
const { Logout } = await cwaasImport()
// @ts-ignore
await Logout().catch(() => {})

const wallet = await waas.wallets.restoreFromBackup(backupData)
Expand Down

0 comments on commit f34d15d

Please sign in to comment.