mirror of
https://github.com/yldio/copilot.git
synced 2024-11-14 23:30:05 +02:00
fix(portal-api): update machine's primaryIp
This commit is contained in:
parent
cceacbebab
commit
fa0a6b9ffc
@ -203,6 +203,7 @@ module.exports = class MachineWatcher {
|
|||||||
|
|
||||||
const updatedInstance = {
|
const updatedInstance = {
|
||||||
id: instance.id,
|
id: instance.id,
|
||||||
|
primaryIp: machine.primaryIp,
|
||||||
status: (machine.state || '').toUpperCase()
|
status: (machine.state || '').toUpperCase()
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user