fix: correction des erreurs de linting pour le QA
Sécurité - Architecture Git-Flow / validate-flow (pull_request) Successful in 0s
Contrôle Qualité & Sécurité (QA) / qa-s-check (pull_request) Failing after 20s

This commit is contained in:
LathanDevers
2026-08-03 15:57:11 +02:00
parent 3c4d9ec02a
commit 41433b4859
10 changed files with 17 additions and 13 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ export const useInfrastructureNodes = () => {
sort: 'created',
});
setNodes(records);
} catch (err) {
} catch {
setError("Impossible de charger l'infrastructure.");
} finally {
setIsLoading(false);