Skip to content

Commit

Permalink
more refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
traines-source committed Dec 21, 2024
1 parent 9f5e1fa commit 771ab12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 2 additions & 0 deletions lib/default-profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,12 @@ const defaultProfile = {
trip: true,
radar: false,
refreshJourney: true,
journeysFromTrip: false,
refreshJourneyUseOutReconL: false,
tripsByName: false,
remarks: false,
remarksGetPolyline: false,
reachableFrom: false,
lines: false,
};

Expand Down
8 changes: 0 additions & 8 deletions p/db/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@ const profile = {
parsePrice,
parseTickets,
formatTravellers,

generateUnreliableTicketUrls: false,
refreshJourneyUseOutReconL: true,
trip: true,
journeysFromTrip: true,
radar: true,
reachableFrom: true,
lines: false,
};

export {
Expand Down

0 comments on commit 771ab12

Please sign in to comment.