UNPKG

lml-main

Version:

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

12 lines 583 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var redux_observable_1 = require("redux-observable"); var actions_1 = require("../actions"); exports.fetchTrackingByIdSuccess = function (action$, store) { return action$.ofType(actions_1.FETCH_TRACKING_BY_ID.SUCCESS) .map(function (action) { return actions_1.setTrackingById(action.args.clientReferenceNumber, action.result); }); }; exports.fetchTrackingByIdEpics = redux_observable_1.combineEpics(exports.fetchTrackingByIdSuccess); //# sourceMappingURL=fetch-tracking-by-id.js.map