Skip to content

Commit ca6ceab

Browse files
fix bestprice for db profile
1 parent d012043 commit ca6ceab

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

p/db/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import {products} from '../../lib/products.js';
44
// journeys()
55
import {formatJourneysReq} from '../dbnav/journeys-req.js';
66
const {journeysEndpoint} = base;
7+
const {bestpriceEndpoint} = base;
78

89
// refreshJourneys()
910
import {formatRefreshJourneyReq} from '../dbnav/journeys-req.js';
@@ -39,6 +40,7 @@ const profile = {
3940

4041
formatJourneysReq,
4142
journeysEndpoint,
43+
bestpriceEndpoint,
4244

4345
formatRefreshJourneyReq,
4446
refreshJourneysEndpointTickets, refreshJourneysEndpointPolyline,

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "db-vendo-client",
33
"description": "Client for bahn.de public transport APIs.",
4-
"version": "6.10.4",
4+
"version": "6.10.5",
55
"type": "module",
66
"main": "index.js",
77
"files": [

0 commit comments

Comments
 (0)