Addressing warnings

This commit is contained in:
2023-09-06 08:00:59 -07:00
parent c417c4ac14
commit 558fc58371

View File

@@ -222,7 +222,8 @@
(sequential? x-clients)
(first x-clients))]
(do
(assert-can-see-client identity client-id)
(assert-can-see-client identity (cond-> client-id
(string? client-id) (Long/parseLong)))
[client-id])
x-clients)
(catch Exception e