0
Fork 0
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:
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
(def ^:dynamic *state*)
(def ^:dynamic *options*)
(def ^:dynamic *state* nil)
(def ^:dynamic *options* nil)
;; --- EXPORT WRITER

View file

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