Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mrica-equinor committed Jan 23, 2025
1 parent 4c895e1 commit 1f5fcb8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions backend/api/Services/MissionRunService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -833,10 +833,6 @@ await ReadById(missionRunId, readOnly: true)
{
var task = missionRun.GetTaskByIsarId(isarTask.IsarTaskId);
task?.UpdateWithIsarInfo(isarTask);
var updatedTask = missionRun.Tasks.FirstOrDefault(
(task) => task.IsarTaskId == isarTask.IsarTaskId
);
updatedTask = task;
}
await UpdateWithInspections(missionRun);
return missionRun;
Expand Down

0 comments on commit 1f5fcb8

Please sign in to comment.