Procházet zdrojové kódy

fix: outliner lint

Gabriel Horner před 1 rokem
rodič
revize
1fc9a2f085
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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)