Compare commits

..

2 commits

Author SHA1 Message Date
McToel
2d864c862a
Merge a793642230 into 6d1d0c626f 2025-02-21 19:12:19 +00:00
McToel
a793642230 removed temp debug file 2025-02-21 20:10:48 +01:00

View file

@ -1,7 +0,0 @@
import {createClient} from './index.js';
import {profile} from './p/dbnav/index.js';
const client = createClient(profile, 'hafas-client-debug');
const journeys = await client.journeys('8000105', '8000261', {results: 1});
console.log(journeys);