0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-11 01:10:28 -05:00

🐛 Fix typo on srepl/analyze-files helper

This commit is contained in:
Andrey Antukh 2023-09-05 16:18:44 +02:00
parent 63e250d9d0
commit d5d95a1328

View file

@ -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