don't use return value

pull/4817/head^2
yann300 5 months ago committed by Aniket
parent f4efd418e1
commit 8b4381c612
  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