fix tools/endpoint-hci-version 🐛

This commit is contained in:
Jannis R 2023-04-25 00:37:29 +02:00
parent 02dc6aef12
commit 0e023136b8
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5

View file

@ -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,