mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 00:24:51 +00:00
Enable two disabled linters and bump kondo dep
All the fixes were on used-underscored-binding
This commit is contained in:
committed by
Tienson Qin
parent
dda2c9c92a
commit
51c318e2da
@@ -266,11 +266,11 @@
|
||||
(defn input-password
|
||||
([repo-url close-fn] (input-password repo-url close-fn {:type :local}))
|
||||
([repo-url close-fn opts]
|
||||
(fn [_close-fn]
|
||||
(fn [close-fn']
|
||||
(let [close-fn' (if (fn? close-fn)
|
||||
#(do (close-fn %)
|
||||
(_close-fn))
|
||||
_close-fn)]
|
||||
(close-fn'))
|
||||
close-fn')]
|
||||
(input-password-inner repo-url close-fn' opts)))))
|
||||
|
||||
(rum/defcs encryption-setup-dialog-inner
|
||||
|
||||
Reference in New Issue
Block a user