@holyjak just taking a final look at the /versions PR — this isn’t needed anymore is it? https://github.com/cljdoc/cljdoc/pull/357/files#diff-7ac04933e500c3f3e36d5bba2a7932faR78
ah nevermind
@holyjak I’m thinking maybe we just drop that body
interceptor and instead of putting stuff into the ::releases
key we just put it into :response {:body releases :status 200}
in the ::releases-loader
that is
I’m happy to make that change but wanted to check how you feel about it
You mean essentially mergin what body
+ body-fn
do directly into ::releases-loader
interceptor? Why not. Please do it!
yeah pretty much
since it’s only used once it feels like maybe not worth committing to the helper yet
Ok. Please change it as you see fit and merge. Thank you!