Skip to content

Commit

Permalink
Fix: org-roam-ql-nodes-files returns unique values
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-shariff committed Dec 31, 2024
1 parent 661e388 commit 2b7cf01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org-roam-ql.el
Original file line number Diff line number Diff line change
Expand Up @@ -1235,7 +1235,7 @@ doesn't respect agenda restrict."
(defun org-roam-ql-nodes-files (source-or-query)
"Retuns a list of files of the corresponding SOURCE-OR-QUERY.
See `org-roam-ql-nodes' for more information on SOURCE-OR-QUERY."
(-map #'org-roam-node-file (org-roam-ql-nodes source-or-query)))
(-uniq (-map #'org-roam-node-file (org-roam-ql-nodes source-or-query))))

;; *****************************************************************************
;; Helper functions
Expand Down

0 comments on commit 2b7cf01

Please sign in to comment.