From 9ff909468e6a289c92eafd216a1087dc8f3efcc9 Mon Sep 17 00:00:00 2001 From: Bogdan Fazakas Date: Fri, 10 Dec 2021 00:10:11 +0200 Subject: [PATCH] fixed lint --- src/provider/Provider.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/provider/Provider.ts b/src/provider/Provider.ts index 2a6dc6ff..e183a7e7 100644 --- a/src/provider/Provider.ts +++ b/src/provider/Provider.ts @@ -290,10 +290,10 @@ export class Provider { did: string, consumerAddress: string, algorithm: ComputeAlgorithm, - output?: ComputeOutput, providerUri: string, web3: Web3, - fetchMethod: any + fetchMethod: any, + output?: ComputeOutput ): Promise { const providerEndpoints = await this.getEndpoints(providerUri, fetchMethod) const serviceEndpoints = await this.getServiceEndpoints( @@ -411,10 +411,10 @@ export class Provider { public async computeStatus( did: string, consumerAddress: string, - jobId?: string, providerUri: string, web3: Web3, - fetchMethod: any + fetchMethod: any, + jobId?: string ): Promise { const providerEndpoints = await this.getEndpoints(providerUri, fetchMethod) const serviceEndpoints = await this.getServiceEndpoints(