Skip to content

Commit

Permalink
[Del] #42 : 필요 없는 코드 라인 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
its-sky committed Jan 9, 2024
1 parent aea1ff0 commit 8c343b4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ public void modifyIdx(ModifyIndexRequestDto request, Long userId) {
if (prevIdx.equals(request.idx())) {
return;
}
List<KeyResult> krList = keyResultRepository.findAllByObjectiveOrderByIdx(keyResult.getObjective());

keyResult.modifyIdx(request.idx());
if (prevIdx < request.idx()) {
Expand Down

0 comments on commit 8c343b4

Please sign in to comment.