mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
add index to consume method
This commit is contained in:
parent
e2f35d5455
commit
fcd1c47154
@ -53,7 +53,8 @@ async consumeAsset() {
|
||||
consumeAsset.id,
|
||||
service.serviceDefinitionId,
|
||||
accounts[0],
|
||||
''
|
||||
'',
|
||||
0
|
||||
)
|
||||
}
|
||||
```
|
||||
@ -141,7 +142,8 @@ class App extends Component {
|
||||
consumeAsset.id,
|
||||
service.serviceDefinitionId,
|
||||
accounts[0],
|
||||
''
|
||||
'',
|
||||
0
|
||||
)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user