Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Commit a34b10d

Browse files
authored
fix: remove selectIpfsIdentity selector (#35)
License: MIT Signed-off-by: Henrique Dias <[email protected]>
1 parent 1874f85 commit a34b10d

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,6 @@ Adds the following methods to the redux store.
9090

9191
- `boolean` - Is the last API Address you tried to use invalid?
9292

93-
#### `store.selectIpfsIdentity()`
94-
95-
- `Object` - The last resolved value of `ipfs.id()`.
96-
9793
#### `store.selectIpfsProvider()`
9894

9995
- `string` - Can be `window.ipfs`, `js-ipfs-api` or `js-ipfs`.

src/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ module.exports = (opts) => {
102102

103103
selectIpfsInitFailed: state => state.ipfs.failed,
104104

105-
selectIpfsIdentity: state => state.ipfs.identity,
106-
107105
doInitIpfs: () => async (store) => {
108106
await getIpfs(opts, store)
109107
},

0 commit comments

Comments
 (0)