From d5d95a13283481492283bbc3af7fa46373d529b0 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 5 Sep 2023 16:18:44 +0200 Subject: [PATCH] :bug: Fix typo on srepl/analyze-files helper --- backend/src/app/srepl/helpers.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/app/srepl/helpers.clj b/backend/src/app/srepl/helpers.clj index 94fe56371..d0eb2abdb 100644 --- a/backend/src/app/srepl/helpers.clj +++ b/backend/src/app/srepl/helpers.clj @@ -164,7 +164,7 @@ ffeat/*wrap-with-pointer-map-fn* (if (contains? (:features file) "storage/pointer-map") pmap/wrap identity) ffeat/*wrap-with-objects-map-fn* - (if (contains? (:features file) "storage/objectd-map") omap/wrap identity)] + (if (contains? (:features file) "storage/objects-map") omap/wrap identity)] (try (on-file file) (catch Throwable cause