mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
fix: db import of tagged page with pageTags
Part of LOG-3176
This commit is contained in:
2
deps/graph-parser/script/db_import.cljs
vendored
2
deps/graph-parser/script/db_import.cljs
vendored
@@ -92,7 +92,7 @@
|
||||
(defn- import-files-to-db
|
||||
"Import specific doc files for dev purposes"
|
||||
[file conn {:keys [files] :as options}]
|
||||
(let [doc-options (gp-exporter/build-doc-options conn {:macros {}} (merge options default-export-options))
|
||||
(let [doc-options (gp-exporter/build-doc-options {:macros {}} (merge options default-export-options))
|
||||
files' (mapv #(hash-map :path %)
|
||||
(into [file] (map resolve-path files)))]
|
||||
(gp-exporter/export-doc-files conn files' <read-file doc-options)))
|
||||
|
||||
Reference in New Issue
Block a user