fix: lint

experiment/tanstack-table
Tienson Qin 2024-06-23 16:33:13 +08:00
parent 612bfcd5ed
commit beb0b706ab
1 changed files with 0 additions and 5 deletions

View File

@ -44,11 +44,6 @@
[]
(conn/destroy-all!))
(defn reset-test-db!
[& {:as opts}]
(destroy-test-db!)
(start-test-db! opts))
(defn- parse-property-value [value]
(if-let [refs (seq (map #(or (second %) (get % 2))
(re-seq #"#(\S+)|\[\[(.*?)\]\]" value)))]