Skip to content

Commit

Permalink
Update project-dal.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Jan 30, 2024
1 parent 5a4ed1d commit d12f775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/services/project/project-dal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const projectDALFactory = (db: TDbClient) => {
]
});

// We need to add the organization field, as it's for one of our API endpoint responses.
// We need to add the organization field, as it's required for one of our API endpoint responses.
return nestedWorkspaces.map((workspace) => ({
...workspace,
organization: workspace.id
Expand Down

0 comments on commit d12f775

Please sign in to comment.