This commit is contained in:
Richard Ramos 2018-08-20 14:54:53 -04:00 committed by GitHub
parent a300b7675b
commit 0d78c99dc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -64,7 +64,6 @@ const post = posts(i).call();
###### `Post.js` ###### `Post.js`
```
1. Edit `_loadAttributes`. Obtain the post from IPFS 1. Edit `_loadAttributes`. Obtain the post from IPFS
``` ```
const ipfsText = await EmbarkJS.Storage.get(ipfsHash); const ipfsText = await EmbarkJS.Storage.get(ipfsHash);