Skip to content

Commit 361e3d7

Browse files
authored
Merge pull request #183 from umc-commit/chore/duplicate-request
[CHORE] 중복 신청 로직 주석 처리
2 parents c2a2957 + 9cd1576 commit 361e3d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/commission/service/commission.service.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ export const CommissionService = {
203203
throw new CommissionNotFoundError({ commissionId });
204204
}
205205

206+
/**
206207
// 중복 신청 확인
207208
const existingRequest = await CommissionRepository.findExistingRequest(userId, commissionId);
208209
if (existingRequest) {
@@ -212,6 +213,7 @@ export const CommissionService = {
212213
existingRequestId: existingRequest.id
213214
});
214215
}
216+
*/
215217

216218
// formSchema 가져오기
217219
const customFields = commission.formSchema?.fields || [];

0 commit comments

Comments
 (0)