Skip to content

Commit

Permalink
fix: remove 28 from east loop
Browse files Browse the repository at this point in the history
  • Loading branch information
JLambertazzo committed Dec 30, 2023
1 parent 4d3bc3e commit 7a4d0ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/history/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const routes = [
{ids: [4,9,14,19,24], url: 'https://bit.ly/history-c4'},
{ids: [5,10,15,20,25], url: 'https://bit.ly/history-c5'},
{ids: [7,12,8,18,13], url: 'https://bit.ly/history-central-loop'},
{ids: [8,16,21,26,28,27], url: 'https://bit.ly/history-east-loop'},
{ids: [8,16,21,26,27], url: 'https://bit.ly/history-east-loop'},
{ids: [1,6,11,17,22,8], url: 'https://bit.ly/history-southeast-loop'},
{ids: [14,9,15,25], url: 'https://bit.ly/history-west-loop'},
{ids: [28,29,23,8,16,27], url: 'https://bit.ly/history-north-loop'}
Expand Down
2 changes: 1 addition & 1 deletion src/history/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const routes = [
{ids: [4,9,14,19,24], url: 'https://bit.ly/history-c4'},
{ids: [5,10,15,20,25], url: 'https://bit.ly/history-c5'},
{ids: [7,12,8,18,13], url: 'https://bit.ly/history-central-loop'},
{ids: [8,16,21,26,28,27], url: 'https://bit.ly/history-east-loop'},
{ids: [8,16,21,26,27], url: 'https://bit.ly/history-east-loop'},
{ids: [1,6,11,17,22,8], url: 'https://bit.ly/history-southeast-loop'},
{ids: [14,9,15,25], url: 'https://bit.ly/history-west-loop'},
{ids: [28,29,23,8,16,27], url: 'https://bit.ly/history-north-loop'}
Expand Down

0 comments on commit 7a4d0ea

Please sign in to comment.