UNPKG

@veecode-platform/plugin-kong-service-manager

Version:

15 lines (13 loc) 407 B
const initialPullRequestResponseState = null; const PullRequestResponseReducer = (state, action) => { switch (action.type) { case "ADD_PULL_REQUEST_RESPONSE": return action.payload; case "REMOVE_PULL_REQUEST_RESPONSE": return null; default: return state; } }; export { PullRequestResponseReducer, initialPullRequestResponseState }; //# sourceMappingURL=reducer.esm.js.map