Skip to content

Commit

Permalink
Updated ProjectServices.ts file
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharala-Perumal committed Dec 3, 2024
1 parent c1768d5 commit 29289b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions express-api/src/services/projects/projectsServices.ts
Original file line number Diff line number Diff line change
Expand Up @@ -556,8 +556,8 @@ const handleProjectAgencyResponses = async (
...resp,
ProjectId: newProject.Id,
CreatedById: newProject.CreatedById,
DeletedById: null,
DeletedOn: null,
DeletedById: newProject.DeletedById,
DeletedOn: newProject.DeletedOn,
})),
);
}
Expand Down

0 comments on commit 29289b7

Please sign in to comment.