mirror of
https://github.com/penpot/penpot.git
synced 2025-02-13 10:38:13 -05:00
📎 Minor improvement on main ns on srepl module.
This commit is contained in:
parent
a709c47f6f
commit
dbbe1f7df2
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
||||||
{:id id})))
|
{:id id})))
|
||||||
|
|
||||||
(defn get-file
|
(defn get-file
|
||||||
[id]
|
[system id]
|
||||||
(with-open [conn (db/open (:app.db/pool system))]
|
(with-open [conn (db/open (:app.db/pool system))]
|
||||||
(let [file (db/get-by-id conn :file id)]
|
(let [file (db/get-by-id conn :file id)]
|
||||||
(-> file
|
(-> file
|
||||||
|
|
Loading…
Add table
Reference in a new issue