From dbbe1f7df26fab1882ba47de03ca43067b3632d2 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 8 Feb 2021 13:36:46 +0100 Subject: [PATCH] :paperclip: Minor improvement on main ns on srepl module. --- backend/src/app/srepl/main.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/app/srepl/main.clj b/backend/src/app/srepl/main.clj index e28968d94..417410be2 100644 --- a/backend/src/app/srepl/main.clj +++ b/backend/src/app/srepl/main.clj @@ -38,7 +38,7 @@ {:id id}))) (defn get-file - [id] + [system id] (with-open [conn (db/open (:app.db/pool system))] (let [file (db/get-by-id conn :file id)] (-> file