AlexsLemonade / refinebio-frontend

Frontend app for refine.bio
https://www.refine.bio
Other
7 stars 7 forks source link

I broke sample detail views by removing a parameter on the jobs endpoints #950

Closed kurtwheeler closed 3 years ago

kurtwheeler commented 3 years ago

In https://github.com/AlexsLemonade/refinebio/pull/2783 I removed the boolean parameter nomad because I was removing nomad. I should have made sure the frontend didn't use it before doing so. We're now getting 400s from those requests and I'm sorry!

However it's now gone and not coming back so we should stop passing it.