mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
fix typo (#650)
This commit is contained in:
parent
fb3f61a5c5
commit
a47ebbcf65
@ -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 || ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user