mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-22 22:59:35 +02:00
KVB: fix bitmask for Regionalverkehr product 🐛
This commit is contained in:
parent
3c8bb905f3
commit
329c89c4d4
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ const products = [{
|
|||
}, {
|
||||
id: 'regionalverkehr',
|
||||
mode: 'train',
|
||||
bitmasks: [46],
|
||||
bitmasks: [16],
|
||||
name: 'Regionalverkehr',
|
||||
short: 'Regionalverkehr',
|
||||
default: true,
|
||||
|
|
Loading…
Add table
Reference in a new issue