0dff20775b
## Context 2 issues here: - We use a metadata repository find method without providing a workspaceId: In practice this is not an issue in this specific part but let's avoid that pattern - await this.workspaceService.deleteWorkspace(workspaceId); deletes almost everything, emitting an event on workspaceMember could potentially bring issues and not much values imho