fix: lint

This commit is contained in:
Tienson Qin
2023-03-29 05:15:42 +08:00
parent 1c3b92d1e3
commit 6b47d37e31

View File

@@ -2550,7 +2550,7 @@
(defn breadcrumb
"block-id - uuid of the target block of breadcrumb. page uuid is also acceptable"
[config repo block-id {:keys [show-page? indent? end-separator? level-limit navigating-block]
[config repo block-id {:keys [show-page? indent? end-separator? level-limit _navigating-block]
:or {show-page? true
level-limit 3}
:as opts}]