uncomment early return

This commit is contained in:
Milo Schwartz 2024-10-20 13:21:57 -04:00
parent a5df7b881a
commit 325b80a146
No known key found for this signature in database

View file

@ -26,9 +26,9 @@ export function buildTraefikConfig(
): DynamicTraefikConfig {
const middlewareName = "badger";
if (!targets.length) {
return {};
}
// if (!targets.length) {
// return {};
// }
const http: DynamicTraefikConfig["http"] = {
routers: {