Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
testower committed Dec 13, 2024
1 parent b19d949 commit f9bafdc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/reducers/rolesReducer.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@ const rolesReducer = (state = initialState, action) => {
auth: action.payload,
});

case types.UPDATED_ALLOW_NEW_STOPS_EVERYWHERE:
return Object.assign({}, state, {
allowNewStopEverywhere: action.payload,
});
default:
return state;
}
Expand Down

0 comments on commit f9bafdc

Please sign in to comment.