Fix bug preventing some interop calls from working
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
|
||||
(defmacro call!
|
||||
[obj k & args]
|
||||
`(~(key->method k) ~obj ~@(flatten args)))
|
||||
`(~(key->method k) ~obj ~@args))
|
||||
|
||||
(defn calls!*
|
||||
[[k v]]
|
||||
|
||||
Reference in New Issue
Block a user