mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
minor fix
This commit is contained in:
parent
1b7fbe7ea3
commit
1b61723dba
@ -173,7 +173,7 @@ export class Provider extends Instantiable {
|
||||
url += `&serviceId=${serviceIndex}` || ''
|
||||
url += `&serviceType=${serviceType}` || ''
|
||||
url += `&dataToken=${tokenAddress}` || ''
|
||||
url += `&consumerAccount=${consumerAccount}` || ''
|
||||
url += `&consumerAddress=${consumerAccount.getId()}` || ''
|
||||
|
||||
// switch fetch method
|
||||
let fetch
|
||||
|
Loading…
x
Reference in New Issue
Block a user