Looking to add websocket support to my project (generated with luminus). Looks like you have the choice between httpkit and immutant, is there a recommended choice?
I think you have an extra parens at ((db/get-job ....))
- I should jut be (db/get-job...)
You can try printing the result
(let [id (-> request :path-params :id)
_ (prn (db/get-job {:id id}]
(db/get-job {:id id}))
oh and sente isn't included by default.