chore: lint

pull/6106/head
Tienson Qin 2022-07-18 15:07:50 +08:00
parent 4c154f40df
commit b9a2a0130b
1 changed files with 1 additions and 1 deletions

View File

@ -695,7 +695,7 @@
(defn- build-paginated-blocks-from-cache
"Notice: tx-report could be nil."
[repo-url tx-report result outliner-op page-id block-id tx-block-ids scoped-block-id]
(let [{:keys [tx-meta tx-data]} tx-report
(let [{:keys [tx-meta]} tx-report
current-db (conn/get-db repo-url)]
(cond
(and (or (:undo? tx-meta) (:redo? tx-meta)) @result)