Addressing warnings
This commit is contained in:
@@ -222,7 +222,8 @@
|
|||||||
(sequential? x-clients)
|
(sequential? x-clients)
|
||||||
(first x-clients))]
|
(first x-clients))]
|
||||||
(do
|
(do
|
||||||
(assert-can-see-client identity client-id)
|
(assert-can-see-client identity (cond-> client-id
|
||||||
|
(string? client-id) (Long/parseLong)))
|
||||||
[client-id])
|
[client-id])
|
||||||
x-clients)
|
x-clients)
|
||||||
(catch Exception e
|
(catch Exception e
|
||||||
|
|||||||
Reference in New Issue
Block a user