mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Update project-dal.ts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user