[skip ci] Re-add removed lint rules

This commit is contained in:
schroda
2026-03-14 02:10:25 +01:00
parent 0a643655ad
commit 80829febb2
10 changed files with 18 additions and 16 deletions

View File

@@ -86,8 +86,7 @@ export const useManageMangaLibraryState = (
let showAddToLibraryCategorySelectDialog: boolean;
try {
showAddToLibraryCategorySelectDialog = (await getMetadataServerSettings())
.showAddToLibraryCategorySelectDialog;
({ showAddToLibraryCategorySelectDialog } = await getMetadataServerSettings());
} catch (e) {
makeToast(t`Unable to load data`, 'error', getErrorMessage(e));
return;