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

update computeStatus signature to fix build and CI

This commit is contained in:
Bogdan Fazakas 2022-04-04 15:56:36 +03:00
parent 0c87abe24d
commit 84afa42903

View File

@ -219,9 +219,6 @@ async function getJobs(
try {
const providerComputeJobs = (await ProviderInstance.computeStatus(
providerUrl,
null,
null,
null,
accountId
)) as ComputeJob[]