mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-04-20 23:23:56 +03:00
fix tools/endpoint-hci-version 🐛
This commit is contained in:
parent
02dc6aef12
commit
0e023136b8
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ Examples:
|
|||
const silent = argv.silent || argv.s
|
||||
|
||||
;(async () => {
|
||||
const {profile} = import(`../../p/${argv._[0]}/index.js`)
|
||||
const {profile} = await import(`../../p/${argv._[0]}/index.js`)
|
||||
|
||||
const client = createClient(
|
||||
profile,
|
||||
|
|
Loading…
Add table
Reference in a new issue