UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

12 lines 591 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var redux_observable_1 = require("redux-observable"); var actions_1 = require("../actions"); exports.fetchCourierActionSuccess = function (action$, store) { return action$.ofType(actions_1.FETCH_COURIER_ACTION_BY_JOB_ID.SUCCESS) .map(function (action) { return actions_1.setCourierActionByJobId(action.args.jobRefId, action.result); }); }; exports.fetchCourierActionEpics = redux_observable_1.combineEpics(exports.fetchCourierActionSuccess); //# sourceMappingURL=fetch-courier-action.js.map