refactor: add validation to workspace create
This commit is contained in:
@@ -19,7 +19,6 @@ export class WorkspaceRepository {
|
||||
findOneById(id: string) {
|
||||
return this.repository.findOne({
|
||||
where: { id },
|
||||
relations: ["workspaceType", "projects", "users"],
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user