mirror of
https://github.com/logseq/logseq.git
synced 2026-04-25 14:44:53 +00:00
fix: lint warnings
This commit is contained in:
@@ -14,8 +14,7 @@
|
||||
[lambdaisland.glogi :as log]
|
||||
[datascript.core :as d]
|
||||
[logseq.db.frontend.property :as db-property]
|
||||
[frontend.format.mldoc :as mldoc]
|
||||
[frontend.worker.mldoc :as worker-mldoc]))
|
||||
[frontend.format.mldoc :as mldoc]))
|
||||
|
||||
(defn- update-extracted-block-properties
|
||||
"Updates DB graph blocks to ensure that built-in properties are using uuids
|
||||
@@ -71,13 +70,6 @@ and handles unexpected failure."
|
||||
([original-page-name with-id? with-timestamp?]
|
||||
(gp-block/page-name->map original-page-name with-id? (db/get-db (state/get-current-repo)) with-timestamp? (state/get-date-formatter))))
|
||||
|
||||
(defn extract-refs-from-text
|
||||
[text]
|
||||
(worker-mldoc/extract-refs-from-text (state/get-current-repo)
|
||||
(db/get-db (state/get-current-repo))
|
||||
text
|
||||
(state/get-date-formatter)))
|
||||
|
||||
(defn- normalize-as-percentage
|
||||
[block]
|
||||
(some->> block
|
||||
|
||||
Reference in New Issue
Block a user