mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 03:16:37 +00:00
fix: ci
This commit is contained in:
@@ -1355,8 +1355,7 @@
|
||||
:where
|
||||
[_ :block/properties ?p]]
|
||||
(conn/get-db))
|
||||
properties (remove (fn [m] (or (empty? m)
|
||||
(gp-block/whiteboard-properties? m))) properties)]
|
||||
properties (remove (fn [m] (empty? m)) properties)]
|
||||
(->> (map keys properties)
|
||||
(apply concat)
|
||||
distinct
|
||||
|
||||
Reference in New Issue
Block a user