Fix linter errors

This commit is contained in:
Owen
2025-08-23 15:26:43 -07:00
parent 704ded4410
commit 32ba17cf91
22 changed files with 22 additions and 22 deletions

View File

@@ -49,7 +49,7 @@ export async function traefikConfigProvider(
// Get the current exit node name from config
await getCurrentExitNodeId();
let traefikConfig = await getTraefikConfig(
const traefikConfig = await getTraefikConfig(
currentExitNodeId,
config.getRawConfig().traefik.site_types
);