Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Commit

Permalink
add back missing dats[key] setter
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber authored and martinheidegger committed Apr 10, 2018
1 parent 5096515 commit 3a44f4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/actions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ export const downloadSparseDat = ({ key }) => dispatch => {
dispatch(updateState(dat))
joinNetwork(dat)(dispatch)
updateConnections(dat)(dispatch)

dats[key] = { dat, path }
})
}

Expand Down

0 comments on commit 3a44f4a

Please sign in to comment.