Skip to content

Commit

Permalink
minor changes in analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
quetool committed Oct 27, 2023
1 parent 2a6ba9a commit b810db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/services/w3m_service/w3m_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ class W3MService with ChangeNotifier implements IW3MService {
@override
Future<void> connectSelectedWallet({bool inBrowser = false}) async {
_checkInitialized();
// final walletToConnect = _selectedWallet ?? walletInfo;

if (selectedWalletRedirect == null) {
throw W3MServiceException(
'You didn\'t select a wallet or walletInfo argument is null',
Expand Down

0 comments on commit b810db5

Please sign in to comment.