mirror of
https://github.com/penpot/penpot.git
synced 2026-02-17 17:53:04 +00:00
📎 Fix clj linter issues on backend
This commit is contained in:
committed by
Alejandro Alonso
parent
d4b4e6be7d
commit
da3c829b1b
@@ -382,8 +382,8 @@
|
||||
|
||||
;; --- GENERAL PURPOSE DYNAMIC VARS
|
||||
|
||||
(def ^:dynamic *state*)
|
||||
(def ^:dynamic *options*)
|
||||
(def ^:dynamic *state* nil)
|
||||
(def ^:dynamic *options* nil)
|
||||
|
||||
;; --- EXPORT WRITER
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
[cuerdas.core :as str]
|
||||
[expound.alpha :as expound]))
|
||||
|
||||
(def ^:dynamic *conn*)
|
||||
(def ^:dynamic *conn* nil)
|
||||
|
||||
(defn reset-password!
|
||||
"Reset a password to a specific one for a concrete user or all users
|
||||
|
||||
Reference in New Issue
Block a user