mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 17:36:33 +00:00
fix: CI test
This commit is contained in:
@@ -203,8 +203,6 @@
|
||||
|
||||
(defn with-page-refs
|
||||
[{:keys [title body tags ref-pages] :as block}]
|
||||
(prn {:tags tags
|
||||
:ref-pages ref-pages})
|
||||
(let [ref-pages (->> (concat tags ref-pages)
|
||||
(remove string/blank?)
|
||||
(distinct))
|
||||
|
||||
Reference in New Issue
Block a user