1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-02 00:05:35 +01:00

Update content/tutorials/react-get-use-data-set.md

Co-Authored-By: jernejpregelj <jernej.pregelj88@gmail.com>
This commit is contained in:
Matthias Kretschmann 2019-01-30 11:48:38 +01:00 committed by GitHub
parent c73f9bce0f
commit 24f8845b1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ Open `src/App.js` in your marketplace app from previous tutorials.
## Retrieve Assets ## Retrieve Assets
From previous tutorial we added asset publishing so we can now search for it so we can consume it later. Just after `submitAsset()` function we can add new function that will handle search: In the previous tutorial we added asset publishing. We can now search for published assets for consumption. Just after the `submitAsset()` function we can add a new function that will handle search:
```js ```js
async retrieveAssets() { async retrieveAssets() {