Push dev work to master #2
|
@ -147,7 +147,7 @@ function getIp () {
|
|||
}
|
||||
})
|
||||
if (ipv4.length === 1) {
|
||||
addr = ipv4.address
|
||||
addr = ipv4[0].address
|
||||
}
|
||||
}
|
||||
return addr
|
||||
|
|
Loading…
Reference in New Issue