0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-18 10:41:29 -05:00

🐛 Fix unexpected exception audit archive task

This commit is contained in:
Andrey Antukh 2022-10-19 08:48:03 +02:00
parent 3e21b0d8cc
commit 3f5ac58c73

View file

@ -359,4 +359,5 @@
(defmethod ig/init-key ::gc-task
[_ cfg]
(partial clean-archived cfg))
(fn [_]
(clean-archived cfg)))