fix: fixing some errors in project service and controller
This commit is contained in:
@@ -19,6 +19,7 @@ export class WorkspaceRepository {
|
||||
findOneById(id: string) {
|
||||
return this.repository.findOne({
|
||||
where: { id },
|
||||
relations: ["workspaceType", "projects", "users"],
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user