Skip to content

Commit

Permalink
fix(gtfs): fix shape fetch action type in reducer
Browse files Browse the repository at this point in the history
  • Loading branch information
landonreed committed Jul 27, 2018
1 parent 38e573e commit d1b8aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gtfs/reducers/shapes.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function reducer (state: ShapesState = defaultState, action: any)
switch (action.type) {
case 'SET_ACTIVE_FEEDVERSION':
return defaultState
case 'FETCH_GRAPHQL_SHAPES_PENDING':
case 'FETCH_GRAPHQL_SHAPES':
return {
fetchStatus: {
fetched: false,
Expand Down

0 comments on commit d1b8aa1

Please sign in to comment.