0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-26 08:29:42 -05:00

🐛 Fix non-repl app start.

This commit is contained in:
Andrey Antukh 2021-01-05 12:31:16 +01:00 committed by Alonso Torres
parent ab944fb9ae
commit 33c8743215

View file

@ -256,7 +256,7 @@
(defmethod ig/init-key :default [_ data] data) (defmethod ig/init-key :default [_ data] data)
(defmethod ig/prep-key :default [_ data] (d/without-nils data)) (defmethod ig/prep-key :default [_ data] (d/without-nils data))
(defonce system {}) (def system nil)
(defn start (defn start
[] []