Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove codeHostings when deleting publishers (#250)
Remove the associated codeHostings when using DELETE on a publisher. Code hostings are mapped 1-to-1 with a publisher, so they they're part of the resource. Not deleting them means we'd have dangling code hosting with no publisher, invisible to the API, and that can't be associated to a publisher anymore.
- Loading branch information