UNPKG

lml-main

Version:

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

9 lines 449 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const actions_1 = require("../../mapping/actions"); const actions_2 = require("../../couriers/actions"); exports.activateCourierFromMarker = (action$, store) => action$.ofType(actions_1.MARKER_CLICKED) .map((action) => // todo - really should jump to courier here too actions_2.setActiveCourier(action.refId)); //# sourceMappingURL=activate-courier-from-marker.js.map