Skip to content

Commit

Permalink
fix: updated map for row 3
Browse files Browse the repository at this point in the history
  • Loading branch information
JLambertazzo committed Dec 30, 2023
1 parent 7e14d65 commit 9b2e0e8
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
@@ -1,7 +1,7 @@
const routes = [
{ids: [1,2,3,4,5], url: 'https://bit.ly/history-r1'},
{ids: [6,7,8,9,10], url: 'https://bit.ly/history-r2'},
{ids: [11,12,13,14,15], url: 'https://bit.ly/history-r3'},
{ids: [11,12,13,14,15], url: 'https://bit.ly/history-r3-fix'},
{ids: [16,17,18,19,20], url: 'https://bit.ly/history-r4'},
{ids: [21,22,23,24,25], url: 'https://bit.ly/history-r5'},
{ids: [26,27,28,29,30], url: 'https://bit.ly/history-r6'},
Expand Down
2 changes: 1 addition & 1 deletion src/history/routes.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const routes = [
{ids: [1,2,3,4,5], url: 'https://bit.ly/history-r1'},
{ids: [6,7,8,9,10], url: 'https://bit.ly/history-r2'},
{ids: [11,12,13,14,15], url: 'https://bit.ly/history-r3'},
{ids: [11,12,13,14,15], url: 'https://bit.ly/history-r3-fix'},
{ids: [16,17,18,19,20], url: 'https://bit.ly/history-r4'},
{ids: [21,22,23,24,25], url: 'https://bit.ly/history-r5'},
{ids: [26,27,28,29,30], url: 'https://bit.ly/history-r6'},
Expand Down

0 comments on commit 9b2e0e8

Please sign in to comment.