mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 07:09:35 +02:00
DB, INSA, Nah.SH, ÖBB: nationalExp -> nationalExpress 💥
This commit is contained in:
parent
c1bb9a6a5c
commit
567cc98409
4 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
// todo: https://gist.github.com/anonymous/d3323a5d2d6e159ed42b12afd0380434#file-haf_products-properties-L1-L95
|
||||
module.exports = [
|
||||
{
|
||||
id: 'nationalExp',
|
||||
id: 'nationalExpress',
|
||||
mode: 'train',
|
||||
bitmasks: [1],
|
||||
name: 'InterCityExpress',
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
module.exports = [
|
||||
{
|
||||
id: 'nationalExp',
|
||||
id: 'nationalExpress',
|
||||
mode: 'train',
|
||||
bitmasks: [1],
|
||||
name: 'InterCityExpress',
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
const p = [
|
||||
{
|
||||
id: 'nationalExp',
|
||||
id: 'nationalExpress',
|
||||
mode: 'train',
|
||||
bitmasks: [1],
|
||||
name: 'High-speed rail',
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
module.exports = [
|
||||
{
|
||||
id: 'nationalExp',
|
||||
id: 'nationalExpress',
|
||||
mode: 'train',
|
||||
bitmasks: [1],
|
||||
name: 'InterCityExpress & RailJet',
|
||||
|
|
Loading…
Add table
Reference in a new issue