ekangularbase
Version:
Authentication service for usermanagement(oidc client)
15 lines • 522 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.UPDATEE = 'UPDATEE';
function unifiedNotificationReducer(state, action) {
if (state === void 0) { state = {}; }
switch (action.type) {
case exports.UPDATEE:
// alert('update:'+action.value);
return action.value;
default:
return state;
}
}
exports.unifiedNotificationReducer = unifiedNotificationReducer;
//# sourceMappingURL=UnifiedNotificationReducer.js.map