From 33c8743215b44e82676172924440542a6def0fec Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 5 Jan 2021 12:31:16 +0100 Subject: [PATCH] :bug: Fix non-repl app start. --- backend/src/app/main.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/app/main.clj b/backend/src/app/main.clj index 2bb61edb85..5ed0e23702 100644 --- a/backend/src/app/main.clj +++ b/backend/src/app/main.clj @@ -256,7 +256,7 @@ (defmethod ig/init-key :default [_ data] data) (defmethod ig/prep-key :default [_ data] (d/without-nils data)) -(defonce system {}) +(def system nil) (defn start []