Skip to content

Commit

Permalink
fix: remove unnecessary check
Browse files Browse the repository at this point in the history
  • Loading branch information
Ikari-Shinji-re authored and yeager-eren committed Nov 27, 2024
1 parent ac78aa8 commit b654f5e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions wallets/provider-all/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@ export const allProviders = (options?: Options) => {
) {
if (!!options?.tonConnect?.manifestUrl) {
mytonwallet.init(options.tonConnect);
} else {
throw new Error(
'TON Connect has been included in your providers. Passing a Manifest URL is required. Make sure you are passing "manifestUrl".'
);
}
}

Expand Down

0 comments on commit b654f5e

Please sign in to comment.