Skip to content

Commit

Permalink
fix missing break
Browse files Browse the repository at this point in the history
  • Loading branch information
pkieltyka committed Mar 11, 2022
1 parent 1ef59ab commit 8662752
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/provider/src/transports/wallet-request-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,7 @@ export class WalletRequestHandler implements ExternalProvider, JsonRpcHandler, P
}

response.result = null // success
break
}

// smart wallet method
Expand Down

0 comments on commit 8662752

Please sign in to comment.