mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 07:09: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',
|
||||
mode: 'tram',
|
||||
mode: 'train',
|
||||
bitmasks: [256],
|
||||
name: 'Tram',
|
||||
short: 'T',
|
||||
|
|
Loading…
Add table
Reference in a new issue