mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
typo
This commit is contained in:
parent
edce3812c6
commit
c88040d018
@ -186,7 +186,7 @@ export class Provider extends Instantiable {
|
|||||||
const signature = await this.createHashSignature(consumerAccount, signatureMessage)
|
const signature = await this.createHashSignature(consumerAccount, signatureMessage)
|
||||||
url += `&signature=${signature}`
|
url += `&signature=${signature}`
|
||||||
}
|
}
|
||||||
// consitnue to construct Provider URL
|
// continue to construct Provider URL
|
||||||
url += (output && `&output=${JSON.stringify(output)}`) || ''
|
url += (output && `&output=${JSON.stringify(output)}`) || ''
|
||||||
url += (algorithmDid && `&algorithmDid=${algorithmDid}`) || ''
|
url += (algorithmDid && `&algorithmDid=${algorithmDid}`) || ''
|
||||||
url +=
|
url +=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user