mirror of
https://github.com/logseq/logseq.git
synced 2026-05-24 04:34:14 +00:00
fix: frontend lint
This commit is contained in:
@@ -27,11 +27,11 @@
|
||||
(def ^:private invalid-coerce ::invalid-coerce)
|
||||
(def ^:private invalid-transit ::invalid-transit)
|
||||
|
||||
(defn- native-worker?
|
||||
(defn native-worker?
|
||||
[]
|
||||
native-env?)
|
||||
|
||||
(defn- <native-save-password-text!
|
||||
(defn <native-save-password-text!
|
||||
[encrypted-text]
|
||||
(worker-state/<invoke-main-thread :thread-api/native-save-e2ee-password encrypted-text))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user