📎 Fix clj linter issues on backend

This commit is contained in:
Andrey Antukh 2023-08-31 10:36:20 +02:00
parent fb1bdd4ce7
commit 3a6007d385
2 changed files with 4 additions and 4 deletions

View file

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

View file

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