Skip to content

Commit

Permalink
[BE-64] axon validation applicants disabled temp
Browse files Browse the repository at this point in the history
[BE-64] axon validation applicants disabled temp
  • Loading branch information
BlackBean99 authored Feb 29, 2024
2 parents 6a999e6 + fc5da33 commit b4beaa2
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
Binary file modified server/.gradle/7.6.1/executionHistory/executionHistory.bin
Binary file not shown.
Binary file modified server/.gradle/7.6.1/executionHistory/executionHistory.lock
Binary file not shown.
Binary file modified server/.gradle/7.6.1/fileHashes/fileHashes.bin
Binary file not shown.
Binary file modified server/.gradle/7.6.1/fileHashes/fileHashes.lock
Binary file not shown.
Binary file modified server/.gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
Binary file modified server/.gradle/file-system.probe
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public void handle(AnswerCreatedEvent event) {
.qna(event.getQna())
.build();
// 학번으로 중복 체크
validateRegisterApplicant(qna);
// validateRegisterApplicant(qna);

answerAdaptor.save(answer);

Expand Down

0 comments on commit b4beaa2

Please sign in to comment.