1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

fixed lint

This commit is contained in:
Bogdan Fazakas 2021-12-10 00:10:11 +02:00
parent d44f53fb6f
commit 9ff909468e

View File

@ -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<ComputeJob | ComputeJob[]> {
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<ComputeJob | ComputeJob[]> {
const providerEndpoints = await this.getEndpoints(providerUri, fetchMethod)
const serviceEndpoints = await this.getServiceEndpoints(