Skip to content

Commit

Permalink
fix: comment plan
Browse files Browse the repository at this point in the history
  • Loading branch information
Tymek committed Apr 24, 2024
1 parent 0232537 commit d601a41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/features/project/project-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d601a41

Please sign in to comment.