You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments