As part of the continued separation of action-utils.js into multiple files, in this diff I move DispatchActionPromise and friends to lib/utils/redux-promise-utils.js. I decided not to put the file into lib/keyserver-conn because it's not really keyserver-specific.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- ashoat/ident
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
lib/utils/action-utils.js | ||
---|---|---|
137–140 | This diff is a pure move, with the exception of the exported type DispatchFunctions. This type is not used anywhere in the codebase, so I decided to simply delete it instead of moving |