UNPKG

lml-main

Version:

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

13 lines 596 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var redux_observable_1 = require("redux-observable"); var actions_1 = require("../actions"); exports.searchBookingsSuccess = function (action$, store) { return action$.ofType(actions_1.SEARCH_BOOKINGS.SUCCESS) .mergeMap(function (action) { return [ actions_1.setBookingsByIdBatch(action.result), actions_1.setBookingsSearch(action.result), ]; }); }; exports.searchBookingsEpics = redux_observable_1.combineEpics(exports.searchBookingsSuccess); //# sourceMappingURL=search-bookings.js.map