From 80bb6895544c8320c50006659b058e8a5276e5bd Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Fri, 17 Nov 2023 16:57:32 +0100 Subject: [PATCH] :bug: Fix unexpected value found on changes processing on components migration --- 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 0638dfc8a..0d9c8c10d 100644 --- a/backend/src/app/features/components_v2.clj +++ b/backend/src/app/features/components_v2.clj @@ -626,7 +626,7 @@ (if-not *skip-on-error* (throw cause) - fdata)) + nil)) (finally (l/trc :hint "graphic processed" :file-id (str (:id fdata))