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

@@ -70,4 +70,4 @@ export const proxyToRemote = async (
)
);
}
}
};

View File

@@ -142,7 +142,7 @@ export class TraefikConfigManager {
const lastUpdateExists = await this.fileExists(lastUpdatePath);
let lastModified: Date | null = null;
let expiresAt: Date | null = null;
const expiresAt: Date | null = null;
if (lastUpdateExists) {
try {