mirror of
https://github.com/fosrl/pangolin.git
synced 2026-09-16 07:40:04 +02:00
♻️ lil refactor
This commit is contained in:
@@ -565,7 +565,7 @@ export async function getTraefikConfig(
|
|||||||
|
|
||||||
if (!target.site.online) return false;
|
if (!target.site.online) return false;
|
||||||
|
|
||||||
if (target.health == "unhealthy") return false;
|
if (target.health === "unhealthy") return false;
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user