mirror of
https://github.com/yldio/copilot.git
synced 2024-11-14 23:30:05 +02:00
chore(portal-api): lint
This commit is contained in:
parent
0a8fa05498
commit
6882143a98
@ -343,7 +343,9 @@ module.exports = class ContainerPilotWatcher extends Events {
|
|||||||
}, null);
|
}, null);
|
||||||
})
|
})
|
||||||
.filter(Boolean)
|
.filter(Boolean)
|
||||||
.filter((serviceId) => service.id !== serviceId);
|
.filter((serviceId) => {
|
||||||
|
return service.id !== serviceId;
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
_resolveInstanceHealth ({ name }, instance) {
|
_resolveInstanceHealth ({ name }, instance) {
|
||||||
|
Loading…
Reference in New Issue
Block a user