mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
chore: Fix the build for the start9labs/sdk was a new directory structure
This commit is contained in:
@@ -117,7 +117,7 @@ function getAddresses(
|
||||
: []
|
||||
|
||||
return hostnames
|
||||
.map(h => {
|
||||
.map((h: any) => {
|
||||
const addresses: MappedAddress[] = []
|
||||
|
||||
let name = ''
|
||||
|
||||
Reference in New Issue
Block a user