Addressing warnings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user