mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 07:09:35 +02:00
Saarfahrplan: disable getPasslist & stbFilterEquiv
This commit is contained in:
parent
508eaa629b
commit
e50c1694d8
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
'use strict'
|
||||
|
||||
const _createParseMovement = require('../../parse/movement')
|
||||
const products = require('./products')
|
||||
|
||||
const transformReqBody = (body) => {
|
||||
|
@ -29,6 +30,8 @@ const saarfahrplanProfile = {
|
|||
|
||||
products: products,
|
||||
|
||||
departuresGetPasslist: false,
|
||||
departuresStbFltrEquiv: false,
|
||||
trip: true,
|
||||
radar: true,
|
||||
reachableFrom: true
|
||||
|
|
Loading…
Add table
Reference in a new issue