diff --git a/src/lib/features/project/project-controller.ts b/src/lib/features/project/project-controller.ts index f5346f170f4f..66ad593d2bfe 100644 --- a/src/lib/features/project/project-controller.ts +++ b/src/lib/features/project/project-controller.ts @@ -197,9 +197,9 @@ export default class ProjectController extends Controller { user.id, ); - if (this.flagResolver.isEnabled('projectsListNewCards')) { - // const projectsWithOwners = projectOwnersReadModel(projects); - } + // if (this.flagResolver.isEnabled('projectsListNewCards')) { + // TODO: get project owners and add to response + // } this.openApiService.respondWithValidation( 200,