defaults to a single client if there is only one client.
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
::client
|
||||
:<- [::selected-clients]
|
||||
(fn [selected-clients]
|
||||
(println "SELECTED CLIENTS ARE" selected-clients)
|
||||
(when (= 1 (count selected-clients))
|
||||
(first selected-clients))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user