mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
fix
This commit is contained in:
parent
52c03662d8
commit
03fafcf0f1
@ -138,7 +138,10 @@ export class Brizo extends Instantiable {
|
|||||||
url += `&consumerAddress=${address}`
|
url += `&consumerAddress=${address}`
|
||||||
url += `&serviceAgreementId=${noZeroX(serviceAgreementId)}`
|
url += `&serviceAgreementId=${noZeroX(serviceAgreementId)}`
|
||||||
url += (algorithmDid && `&algorithmDid=${algorithmDid}`) || ''
|
url += (algorithmDid && `&algorithmDid=${algorithmDid}`) || ''
|
||||||
url += (algorithmMeta && `&algorithmMeta=${encodeURIComponent(JSON.stringify(algorithmMeta))}`) || ''
|
url +=
|
||||||
|
(algorithmMeta &&
|
||||||
|
`&algorithmMeta=${encodeURIComponent(JSON.stringify(algorithmMeta))}`) ||
|
||||||
|
''
|
||||||
url += (output && `&output=${JSON.stringify(output)}`) || ''
|
url += (output && `&output=${JSON.stringify(output)}`) || ''
|
||||||
url += (jobId && `&jobId=${jobId}`) || ''
|
url += (jobId && `&jobId=${jobId}`) || ''
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user