defaults to a single client if there is only one client.

This commit is contained in:
2023-09-04 14:44:53 -07:00
parent 44dd04f788
commit 27fbade392
2 changed files with 21 additions and 12 deletions

View File

@@ -17,6 +17,7 @@
::client
:<- [::selected-clients]
(fn [selected-clients]
(println "SELECTED CLIENTS ARE" selected-clients)
(when (= 1 (count selected-clients))
(first selected-clients))))