1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-22 22:15:17 -04:00

Upgrade @typescript-eslint packages to 8.181.1

(cherry picked from commit ed10b63fa0c161cac7e0a2084e53785ab1798208)
This commit is contained in:
Mark McDowall
2024-12-16 16:09:27 -08:00
committed by Bogdan
parent 38f9543526
commit 5efefd804b
8 changed files with 93 additions and 94 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ export async function fetchTranslations(): Promise<boolean> {
translations = data.Strings;
resolve(true);
} catch (error) {
} catch {
resolve(false);
}
});