Skip to content
Snippets Groups Projects
Commit eed4e0b0 authored by Cam Saül's avatar Cam Saül
Browse files

Fix reflection warning

parent 0ad53f70
No related branches found
No related tags found
No related merge requests found
......@@ -391,7 +391,7 @@
(def ^:private fn-name->decoder
{:ISODate (fn [arg]
(DateTime. arg))
:ObjectId (fn [arg]
:ObjectId (fn [^String arg]
(ObjectId. arg))})
(defn- form->encoded-fn-name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment