fix: fixing some errors in project service and controller

This commit is contained in:
2026-07-04 10:52:44 +03:30
parent 06ec73be92
commit 8d962ea6ee
3 changed files with 50 additions and 42 deletions
@@ -19,6 +19,7 @@ export class WorkspaceRepository {
findOneById(id: string) {
return this.repository.findOne({
where: { id },
relations: ["workspaceType", "projects", "users"],
});
}