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
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
lib/utils/action-utils.js | ||
---|---|---|
137โ140 โ | (On Diff #35482) | 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 |