Skip to content

Commit

Permalink
fix: use strings for stop and route ids (#811)
Browse files Browse the repository at this point in the history
  • Loading branch information
sloanelybutsurely authored Aug 28, 2024
1 parent ce66020 commit 337224d
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions priv/signs.json
Original file line number Diff line number Diff line change
Expand Up @@ -9699,71 +9699,71 @@
{
"sources": [
{
"stop_id": 76121,
"route_id": 77,
"stop_id": "76121",
"route_id": "77",
"direction_id": 0
}
]
},
{
"sources": [
{
"stop_id": 76122,
"route_id": 96,
"stop_id": "76122",
"route_id": "96",
"direction_id": 0
}
]
},
{
"sources": [
{
"stop_id": 76123,
"route_id": 66,
"stop_id": "76123",
"route_id": "66",
"direction_id": 0
}
]
},
{
"sources": [
{
"stop_id": 76123,
"route_id": 71,
"stop_id": "76123",
"route_id": "71",
"direction_id": 0
}
]
},
{
"sources": [
{
"stop_id": 76123,
"route_id": 73,
"stop_id": "76123",
"route_id": "73",
"direction_id": 0
}
]
},
{
"sources": [
{
"stop_id": 76124,
"route_id": 74,
"stop_id": "76124",
"route_id": "74",
"direction_id": 0
}
]
},
{
"sources": [
{
"stop_id": 76124,
"route_id": 78,
"stop_id": "76124",
"route_id": "78",
"direction_id": 0
}
]
},
{
"sources": [
{
"stop_id": 76125,
"route_id": 75,
"stop_id": "76125",
"route_id": "75",
"direction_id": 0
}
]
Expand Down

0 comments on commit 337224d

Please sign in to comment.