From 1d21bd34f610360160a4225ccbfa165e495ecd43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Moya?= Date: Tue, 23 Jan 2024 11:07:34 +0100 Subject: [PATCH] :bug: Check orphan copies before affecting later checks --- backend/src/app/features/components_v2.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/app/features/components_v2.clj b/backend/src/app/features/components_v2.clj index 0d5875a14..ed6e20585 100644 --- a/backend/src/app/features/components_v2.clj +++ b/backend/src/app/features/components_v2.clj @@ -491,9 +491,9 @@ (fix-missing-image-metadata) (fix-big-invalid-shapes) (fix-orphan-shapes) + (fix-orphan-copies) (remove-nested-roots) (add-not-nested-roots) - (fix-orphan-copies) (remap-refs) (fix-copies-of-detached) (fix-path-copies)