Skip to content

Commit

Permalink
ci: run biome check
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-stumpf committed Jul 10, 2024
1 parent af8f71a commit 4c2e088
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ async function generatePrivateKey(backupData: string) {
try {
const waas = await getWaas()
const { Logout } = await cwaasImport()
await Logout().catch(() => { })
await Logout().catch(() => {})

Check warning on line 74 in src/components/_app/Web3ConnectionManager/components/WalletSelectorModal/components/GoogleLoginButton/components/ExportWaaSModal.tsx

View workflow job for this annotation

GitHub Actions / quality

lint/suspicious/noEmptyBlockStatements

Unexpected empty block.

const wallet = await waas.wallets.restoreFromBackup(backupData)
const pk = (await wallet.exportKeys(backupData)) as RawPrivateKey[]
Expand Down

0 comments on commit 4c2e088

Please sign in to comment.