removing hidden vendors.

This commit is contained in:
2022-12-08 08:21:17 -08:00
parent b2787b4732
commit c90be0db3e
2 changed files with 4 additions and 2 deletions

View File

@@ -239,7 +239,8 @@
:where [?vu :vendor-usage/client ?c]
[?vu :vendor-usage/count ?count]
[(>= ?vu 0)]
[?vu :vendor-usage/vendor ?v]]
[?vu :vendor-usage/vendor ?v]
(not [?v :vendor/hidden true])]
(d/db conn)
client)
(map (fn [[v]]