Explorar el Código

omit unsed argument e

yohei0125 hace 4 años
padre
commit
a10ace9415
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/app/src/components/Sidebar/PageTree/Item.tsx

+ 1 - 1
packages/app/src/components/Sidebar/PageTree/Item.tsx

@@ -386,7 +386,7 @@ const Item: FC<ItemProps> = (props: ItemProps) => {
 
       toastSuccess(t('page_operation.paths_recovered'));
     }
-    catch (e) {
+    catch {
       toastError(t('page_operation.path_recovery_failed'));
     }
   };