mirror of
https://github.com/penpot/penpot.git
synced 2025-05-21 20:26:13 +02: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
|
;; --- GENERAL PURPOSE DYNAMIC VARS
|
||||||
|
|
||||||
(def ^:dynamic *state*)
|
(def ^:dynamic *state* nil)
|
||||||
(def ^:dynamic *options*)
|
(def ^:dynamic *options* nil)
|
||||||
|
|
||||||
;; --- EXPORT WRITER
|
;; --- EXPORT WRITER
|
||||||
|
|
||||||
|
|
|
@ -37,8 +37,8 @@
|
||||||
[promesa.exec :as px]
|
[promesa.exec :as px]
|
||||||
[promesa.exec.csp :as sp]))
|
[promesa.exec.csp :as sp]))
|
||||||
|
|
||||||
(def ^:dynamic *conn*)
|
(def ^:dynamic *conn* nil)
|
||||||
(def ^:dynamic *pool*)
|
(def ^:dynamic *pool* nil)
|
||||||
|
|
||||||
(defn println!
|
(defn println!
|
||||||
[& params]
|
[& params]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue