mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 15:19:35 +02:00
ÖBB: enable lines()
This commit is contained in:
parent
ed86ad0b56
commit
f6733d937a
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ const oebbProfile = {
|
||||||
trip: true,
|
trip: true,
|
||||||
radar: true,
|
radar: true,
|
||||||
reachableFrom: true,
|
reachableFrom: true,
|
||||||
lines: false, // `.svcResL[0].res.lineL[]` is missing 🤔
|
// lines: false, // `.svcResL[0].res.lineL[]` is missing 🤔
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = oebbProfile
|
module.exports = oebbProfile
|
||||||
|
|
Loading…
Add table
Reference in a new issue