1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00
This commit is contained in:
Alex Coseru 2021-03-08 14:38:38 +02:00 committed by GitHub
parent fb3f61a5c5
commit a47ebbcf65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -403,7 +403,7 @@ export class Provider extends Instantiable {
): Promise<ComputeJob | ComputeJob[]> {
const address = consumerAccount.getId()
await this.getNonce(consumerAccount.getId())
let url = '?documentId=${noZeroX(did)'
let url = '?documentId=' + noZeroX(did)
if (sign) {
let signatureMessage = address
signatureMessage += jobId || ''