UNPKG

lml-main

Version:

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

10 lines 377 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var actions_1 = require("../actions"); exports.putJobLabelSuccess = function (action$, store) { return action$.ofType(actions_1.PUT_JOB_LABEL.SUCCESS) .map(function (action) { return actions_1.setJobLabel(action.args.jobLabel); }); }; //# sourceMappingURL=put-job-label.js.map