zurichat / zc_core

The Zuri Core is an open-source API that serves as the backend and backbone of Zuri Chat
https://zuri.chat
130 stars 83 forks source link

fix(BAC-64): delete workspace fix #610

Closed Richd0tcom closed 1 year ago

Richd0tcom commented 1 year ago

Linear Ticket

Details:

When a workspace owner deletes their workspace/organization, it messes up the GET users organizations' endpoint and returns an error.

Intended behaviour:

Frontend should be able to get a list of all the organizations a user belongs to. It should not throw an error if one of those workspaces may have been deleted by the owner.

Proposed fixes