Remove redundant section of SQL query

This commit is contained in:
Kiana Sheibani 2024-03-19 15:13:52 -04:00
parent 6f3b96f435
commit 28e877dc26
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -2910,8 +2910,7 @@ Areas are stored as subnodes of the =Areas= file node, and likewise for goals. T
:inner-join tags :on (= dest node_id)
:where (= source $s1)
:and (= type "id")
:and (= tag $s2)
:group :by dest]
:and (= tag $s2)]
(org-roam-node-id node) tag)))
(mapcar (lambda (id) (org-roam-populate
(org-roam-node-create :id (car id))))