1
0
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:
Ahmed Ali 2020-07-07 16:41:49 +02:00
parent 1b7fbe7ea3
commit 1b61723dba

View File

@ -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