mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
added await
This commit is contained in:
parent
541e714626
commit
35886bc934
@ -466,7 +466,7 @@ export class Provider {
|
||||
LoggerInstance.error('Compute start failed: ', response.status, response.statusText)
|
||||
// will include only relevant data in the prev log after some more debuging
|
||||
LoggerInstance.error('Compute response body: ', response.body)
|
||||
LoggerInstance.error('Compute response json: ', response.json())
|
||||
LoggerInstance.error('Compute response json: ', await response.json())
|
||||
LoggerInstance.error('Payload was:', payload)
|
||||
return null
|
||||
} catch (e) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user