scalar type for id simplifies parsing longs.
This commit is contained in:
@@ -21,9 +21,7 @@
|
||||
:in $ ?e
|
||||
:where [?e]]
|
||||
(d/db (d/connect uri))
|
||||
(if (string? id)
|
||||
(Long/parseLong id)
|
||||
id))
|
||||
id)
|
||||
(map first)
|
||||
(first)
|
||||
#_(map (fn [c]
|
||||
|
||||
Reference in New Issue
Block a user