lml-main
Version:
This is now a mono repository published into many standalone packages.
12 lines • 645 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const redux_observable_1 = require("redux-observable");
const cosmoui_1 = require("cosmoui");
const cosmo_redux_api_1 = require("@lml/cosmo-redux-api");
const constants_1 = require("../constants");
exports.patchCourierLabelSuccess = (action$, store) => action$.ofType(cosmo_redux_api_1.PATCH_COURIER_LABEL.SUCCESS)
.mergeMap((action) => [
cosmoui_1.closeModal(constants_1.COURIER_CHANGE_FREQUENCY_MODAL_KEY),
]);
exports.patchCourierLabelEpics = redux_observable_1.combineEpics(exports.patchCourierLabelSuccess);
//# sourceMappingURL=patch-courier-label.js.map