♻️ lil refactor

This commit is contained in:
Fred KISSIE
2026-09-14 23:52:27 +02:00
parent b58cf31856
commit a0c77a4c85
@@ -565,7 +565,7 @@ export async function getTraefikConfig(
if (!target.site.online) return false;
if (target.health == "unhealthy") return false;
if (target.health === "unhealthy") return false;
return true;
});