UNPKG

lml-main

Version:

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

9 lines 599 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const redux_observable_1 = require("redux-observable"); const cosmo_ui_auth_1 = require("@lml/cosmo-ui-auth"); const cosmo_redux_api_1 = require("@lml/cosmo-redux-api"); exports.fetchJobIncidentCodesOnAuthentication = (action$, store) => action$.ofType(cosmo_ui_auth_1.AUTHENTICATED) .map(action => cosmo_redux_api_1.fetchJobIncidentCodes(action)); exports.fetchJobIncidentCodesEpics = redux_observable_1.combineEpics(exports.fetchJobIncidentCodesOnAuthentication); //# sourceMappingURL=fetch-job-incident-codes.js.map