diff --git a/backend/src/services/project/project-dal.ts b/backend/src/services/project/project-dal.ts index 6598613d1..c286c379f 100644 --- a/backend/src/services/project/project-dal.ts +++ b/backend/src/services/project/project-dal.ts @@ -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