don't use return value

pull/5370/head
yann300 5 months ago committed by Aniket
parent b8b2a1dfaf
commit 9c8f32cc1f
  1. 2
      libs/remix-simulator/src/provider.ts

@ -124,7 +124,7 @@ export class Provider {
}
send (payload, callback) {
return this.sendAsync(payload, callback)
this.sendAsync(payload, callback)
}
async request (payload: JSONRPCRequestPayload) : Promise<any> {

Loading…
Cancel
Save