Skip to content

Commit

Permalink
Fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanNemeth committed Feb 2, 2025
1 parent bbe3423 commit ba61348
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public static EnvironmentLockHistoryDto fromEnvironmentLockHistory(
environmentLockHistory.getUnlockedAt(),
EnvironmentDto.fromEnvironment(
environment,
environment.getLatestDeployment()));
environment.getLatestDeployment(),
environment.getLatestStatus()));
}
}

0 comments on commit ba61348

Please sign in to comment.