Skip to content

Commit

Permalink
fix: update slugs of new routes (andipaetzold#13)
Browse files Browse the repository at this point in the history
Co-authored-by: Andi Pätzold [bot] <github+bot@andipaetzold.com>
  • Loading branch information
github-actions[bot] and Andi Pätzold [bot] committed Dec 17, 2021
1 parent c708d36 commit e647cfb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1542,7 +1542,7 @@ export const routes: ReadonlyArray<Route> = [
{
"id": 1327147942,
"name": "2022 Gran Fondo",
"slug": "1327147942",
"slug": "2022-gran-fondo",
"world": "watopia",
"eventOnly": true,
"distance": 92.467,
Expand Down Expand Up @@ -3096,7 +3096,7 @@ export const routes: ReadonlyArray<Route> = [
{
"id": 2436095601,
"name": "2022 Cycling Esports World Championships Route",
"slug": "2436095601",
"slug": "2022-cycling-esports-world-championships-route",
"world": "new-york",
"eventOnly": true,
"distance": 54.743,
Expand Down Expand Up @@ -3873,7 +3873,7 @@ export const routes: ReadonlyArray<Route> = [
{
"id": 2900074211,
"name": "2022 Medio Fondo",
"slug": "2900074211",
"slug": "2022-medio-fondo",
"world": "watopia",
"eventOnly": true,
"distance": 79.023,
Expand Down Expand Up @@ -4714,7 +4714,7 @@ export const routes: ReadonlyArray<Route> = [
{
"id": 3368626651,
"name": "2022 Bambino Fondo",
"slug": "3368626651",
"slug": "2022-bambino-fondo",
"world": "watopia",
"eventOnly": true,
"distance": 52.956,
Expand Down

0 comments on commit e647cfb

Please sign in to comment.