mirror of
https://github.com/yldio/copilot.git
synced 2024-11-14 15:20:06 +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 = {
|
||||
id: instance.id,
|
||||
primaryIp: machine.primaryIp,
|
||||
status: (machine.state || '').toUpperCase()
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user