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

Fix reflection warning :warning:

parent b879a010
No related branches found
No related tags found
No related merge requests found
......@@ -148,6 +148,7 @@
3]})
:year {$year field})))))
(extend-protocol IRValue
nil (->rvalue [_] nil)
......@@ -162,7 +163,7 @@
Value
(->rvalue [{value :value, {:keys [base-type]} :field}]
(if (isa? base-type :type/MongoBSONID)
(ObjectId. value)
(ObjectId. (str value))
value))
DateTimeValue
......
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