Fork me on GitHub
#luminus
<
2022-08-01
>
Andrew08:08:04

Hey guys. I'm trying to pass timestamp object (`(new js/Date)` basically) from CLJS to Clojure side. I've set :parameters {:timestamp inst?} on route definition, but I'm getting Request coercion failed 400 response because of failed spec. Am I missing some configuration step here? Or should I use predicate different than inst??