UNPKG

lml-main

Version:

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

10 lines 530 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var redux_observable_1 = require("redux-observable"); var actions_1 = require("../actions"); exports.fetchBookingByIdSuccess = function (action$, store) { return action$.ofType(actions_1.FETCH_BOOKING_BY_ID.SUCCESS) .map(function (action) { return actions_1.setBookingById(action.result); }); }; exports.fetchBookingByIdEpics = redux_observable_1.combineEpics(exports.fetchBookingByIdSuccess); //# sourceMappingURL=fetch-booking-by-id.js.map