sul-dlss / dor-services-app

A Rails application exposing Digital Object Registry functions as a RESTful HTTP API
https://sul-dlss.github.io/dor-services-app/
Other
3 stars 2 forks source link

Clean-up RepositoryObject conditional code #4940

Closed justinlittman closed 6 months ago

justinlittman commented 6 months ago

That is code that handles the case where a RepositoryObject might not exist. Now that migration is complete, RepositoryObjects can be assumed to exist.

justinlittman commented 6 months ago

Done for now.