lml-main
Version:
This is now a mono repository published into many standalone packages.
10 lines • 380 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var actions_1 = require("../actions");
exports.postJobLabelSuccess = function (action$, store) {
return action$.ofType(actions_1.POST_JOB_LABEL.SUCCESS)
.map(function (action) {
return actions_1.setJobLabel(action.args.jobLabel);
});
};
//# sourceMappingURL=post-job-label.js.map