Browse Source

fix: outliner lint

Gabriel Horner 1 year ago
parent
commit
1fc9a2f085
1 changed files with 1 additions and 1 deletions
  1. 1 1
      deps/outliner/src/logseq/outliner/pipeline.cljs

+ 1 - 1
deps/outliner/src/logseq/outliner/pipeline.cljs

@@ -104,7 +104,7 @@
              blocks)
      distinct)))
 
-(defn compute-block-path-refs-tx
+(defn ^:api compute-block-path-refs-tx
   "Main fn for computing path-refs"
   [tx-report blocks]
   (let [refs-tx (compute-block-path-refs tx-report blocks)