Skip to content

Commit

Permalink
feat: run workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jihoon-jang committed Dec 11, 2023
1 parent 53ad28a commit ea59a20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ public void deleteMissionRequest(long memberId, long missionRequestId) {
if (missionRequest.isNotOwner(memberId)) {
throw new PolzzakException(ErrorCode.FORBIDDEN);
}
missionRequestRepository.delete(missionRequest);
missionRequestRepository.delete(missionRequest);
}

@Transactional
Expand Down

0 comments on commit ea59a20

Please sign in to comment.