1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

update provider compute status call

This commit is contained in:
Bogdan Fazakas 2022-03-22 08:16:54 +02:00
parent 51b882f256
commit 4195e8df81

View File

@ -220,10 +220,7 @@ async function getJobs(
try {
const providerComputeJobs = (await ProviderInstance.computeStatus(
providerUrl,
null,
null,
assets[0].id,
accountId
accountId.toLowerCase()
)) as ComputeJob[]
console.log(