fix: CI test

This commit is contained in:
Tienson Qin
2021-01-02 19:18:49 +08:00
parent 2d6abc2b04
commit e18df78820
2 changed files with 4 additions and 4 deletions

View File

@@ -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))