mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-24 11:15:31 +02:00
Fix linter errors
This commit is contained in:
parent
704ded4410
commit
32ba17cf91
22 changed files with 22 additions and 22 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue