mirror of
https://github.com/penpot/penpot.git
synced 2025-04-17 09:21:28 -05:00
📎 Fix clj linter issues on backend
This commit is contained in:
parent
fb1bdd4ce7
commit
3a6007d385
2 changed files with 4 additions and 4 deletions
|
@ -382,8 +382,8 @@
|
|||
|
||||
;; --- GENERAL PURPOSE DYNAMIC VARS
|
||||
|
||||
(def ^:dynamic *state*)
|
||||
(def ^:dynamic *options*)
|
||||
(def ^:dynamic *state* nil)
|
||||
(def ^:dynamic *options* nil)
|
||||
|
||||
;; --- EXPORT WRITER
|
||||
|
||||
|
|
|
@ -37,8 +37,8 @@
|
|||
[promesa.exec :as px]
|
||||
[promesa.exec.csp :as sp]))
|
||||
|
||||
(def ^:dynamic *conn*)
|
||||
(def ^:dynamic *pool*)
|
||||
(def ^:dynamic *conn* nil)
|
||||
(def ^:dynamic *pool* nil)
|
||||
|
||||
(defn println!
|
||||
[& params]
|
||||
|
|
Loading…
Add table
Reference in a new issue