Skip to content

Commit d6f41e2

Browse files
committed
timetable 중복검사 함수화
1 parent 93e8b59 commit d6f41e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/timetableController.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ module.exports.POST = function(dynamo, postbody, callback) {
4545
// 토큰이 검증 되었으면
4646
if (token_validation) {
4747
// 강의 중복검사 & 강의 코드 추가
48-
validateOverlap(dynamo, postbody, callback);
48+
validateAllParameter(dynamo, postbody, callback);
4949
}
5050
// token이 유효하지 않을 때
5151
else {

0 commit comments

Comments
 (0)