This commit is contained in:
2023-08-31 23:24:42 -07:00
parent 1d82ec29e0
commit 7d251c8398
40 changed files with 333 additions and 286 deletions

View File

@@ -165,15 +165,7 @@
:else
nil)
matching-ids (cond
(and name-like-ids (limited-clients (:id args)))
(set/intersection name-like-ids (limited-clients (:id args)))
name-like-ids
name-like-ids
:else
nil)
matching-ids name-like-ids
valid-ids (if matching-ids
(set/intersection (set (map :db/id (:clients args)))
matching-ids)