chore: Fix the build for the start9labs/sdk was a new directory structure

This commit is contained in:
J H
2024-03-14 15:14:12 -06:00
parent a089d544a5
commit e87182264a
5 changed files with 13 additions and 8 deletions

View File

@@ -117,7 +117,7 @@ function getAddresses(
: []
return hostnames
.map(h => {
.map((h: any) => {
const addresses: MappedAddress[] = []
let name = ''