fix: lint and test

experiment/tanstack-table
Tienson Qin 2024-06-21 18:09:20 +08:00
parent 1c15e51170
commit 797b13ac78
2 changed files with 1 additions and 2 deletions

View File

@ -26,7 +26,7 @@
(assoc m
:block/level level
:block/children children
:block/parent {:db/id (:db/id parent)})
:block/parent {:db/id parent})
(dissoc :block/tx-id))))
(sort-fn parent)))]
(block-children root-id 1)))

View File

@ -13,7 +13,6 @@
[clojure.string :as string]
[electron.ipc :as ipc]
[frontend.commands :as commands]
[frontend.components.plugins :as plugins]
[frontend.config :as config]
[frontend.handler.config :as config-handler]
[frontend.handler.recent :as recent-handler]