0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-24 15:56:11 -05:00

📎 Fix clj linter issues on backend

This commit is contained in:
Andrey Antukh 2023-08-31 10:36:20 +02:00 committed by Alejandro Alonso
parent d4b4e6be7d
commit da3c829b1b
2 changed files with 3 additions and 3 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

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