mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 15:19:35 +02:00
DB: tram mode should be train
🐛
This commit is contained in:
parent
3680f1fe94
commit
3d69ae225d
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ module.exports = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'tram',
|
id: 'tram',
|
||||||
mode: 'tram',
|
mode: 'train',
|
||||||
bitmasks: [256],
|
bitmasks: [256],
|
||||||
name: 'Tram',
|
name: 'Tram',
|
||||||
short: 'T',
|
short: 'T',
|
||||||
|
|
Loading…
Add table
Reference in a new issue