Skip to content

Commit

Permalink
💩 Try to fix APP-LIKE-CO-1QP missing )
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Sep 18, 2024
1 parent 06ed089 commit 85195d1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions store/wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ let restoreSessionPromise: any = null

async function getLikeCoinWalletLib() {
if (!likecoinWalletLib) {
likecoinWalletLib = await import(
/* webpackChunkName: "likecoin_wallet" */ '@likecoin/wallet-connector'
)
likecoinWalletLib = await import(/* webpackChunkName: "likecoin_wallet" */ '@likecoin/wallet-connector')
}
return likecoinWalletLib
}
Expand Down

0 comments on commit 85195d1

Please sign in to comment.