mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 07:09:35 +02:00
more refactoring
This commit is contained in:
parent
9f5e1fa6bd
commit
771ab128b3
2 changed files with 2 additions and 8 deletions
|
@ -108,10 +108,12 @@ const defaultProfile = {
|
||||||
trip: true,
|
trip: true,
|
||||||
radar: false,
|
radar: false,
|
||||||
refreshJourney: true,
|
refreshJourney: true,
|
||||||
|
journeysFromTrip: false,
|
||||||
refreshJourneyUseOutReconL: false,
|
refreshJourneyUseOutReconL: false,
|
||||||
tripsByName: false,
|
tripsByName: false,
|
||||||
remarks: false,
|
remarks: false,
|
||||||
remarksGetPolyline: false,
|
remarksGetPolyline: false,
|
||||||
|
reachableFrom: false,
|
||||||
lines: false,
|
lines: false,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -22,14 +22,6 @@ const profile = {
|
||||||
parsePrice,
|
parsePrice,
|
||||||
parseTickets,
|
parseTickets,
|
||||||
formatTravellers,
|
formatTravellers,
|
||||||
|
|
||||||
generateUnreliableTicketUrls: false,
|
|
||||||
refreshJourneyUseOutReconL: true,
|
|
||||||
trip: true,
|
|
||||||
journeysFromTrip: true,
|
|
||||||
radar: true,
|
|
||||||
reachableFrom: true,
|
|
||||||
lines: false,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export {
|
export {
|
||||||
|
|
Loading…
Add table
Reference in a new issue