Add clj-kondo dependency for linting.

This commit is contained in:
Andrey Antukh 2020-02-24 15:29:12 +01:00
parent 87d355f705
commit 555210175e
5 changed files with 22 additions and 8 deletions

View file

@ -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)))