UNPKG

lml-main

Version:

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

9 lines 549 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.fetchJobLabelsOnAuthentication = (action$, store) => action$.ofType(cosmo_ui_auth_1.AUTHENTICATED) .map(action => cosmo_redux_api_1.fetchJobLabels()); exports.fetchJobLabelsEpic = redux_observable_1.combineEpics(exports.fetchJobLabelsOnAuthentication); //# sourceMappingURL=job-label.js.map