File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/connect-multichain/src/multichain Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -723,7 +723,7 @@ export class MultichainSDK extends MultichainCore {
723723
724724 const url = `${ METAMASK_DEEPLINK_BASE } /mwp?id=${ encodeURIComponent ( session . id ) } ` ;
725725 if ( mobile ?. preferredOpenLink ) {
726- mobile . preferredOpenLink ( url , '_self' ) ; // here
726+ mobile . preferredOpenLink ( url , '_self' ) ;
727727 } else {
728728 openDeeplink (
729729 this . options ,
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ export class RequestRouter {
6161
6262 const url = `${ METAMASK_DEEPLINK_BASE } /mwp?id=${ encodeURIComponent ( session . id ) } ` ;
6363 if ( mobile ?. preferredOpenLink ) {
64- mobile . preferredOpenLink ( url , '_self' ) ; // here
64+ mobile . preferredOpenLink ( url , '_self' ) ;
6565 } else {
6666 openDeeplink ( this . config , url , METAMASK_CONNECT_BASE_URL ) ;
6767 }
You can’t perform that action at this time.
0 commit comments