mirror of
https://github.com/penpot/penpot.git
synced 2025-05-20 21:26:10 +02:00
✨ Add clj-kondo dependency for linting.
This commit is contained in:
parent
87d355f705
commit
555210175e
5 changed files with 22 additions and 8 deletions
|
@ -97,7 +97,7 @@
|
|||
set name = $2
|
||||
where id = $1")
|
||||
|
||||
(defn select-library-for-update
|
||||
(defn- select-library-for-update
|
||||
[conn id]
|
||||
(-> (db/query-one conn [sql:select-library-for-update id])
|
||||
(p/then' su/raise-not-found-if-nil)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue