Skip to content

Commit

Permalink
refactor: Removed teamleader addition.
Browse files Browse the repository at this point in the history
  • Loading branch information
NexusrexDev committed May 6, 2024
1 parent 265e7bb commit 51e05be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Controllers/ProjectTaskController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ public async Task<IActionResult> UpdateTaskStatus(int id, ProjectStatus newStatu
p => p.AssignedDevelopers,
p => p.TeamLeader);
var assignedDevs = project.AssignedDevelopers;
assignedDevs.Add(project.TeamLeader);

await _projectTaskRepository.UpdateAsync(projectTask);
await _projectTaskRepository.Save();
Expand Down

0 comments on commit 51e05be

Please sign in to comment.