Skip to content

Commit

Permalink
fix(index.ts): 서버 첫 실행 시 동작하는 함수 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
pp449 committed Jan 5, 2024
1 parent 36bc471 commit 2fa6e94
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ const handleDeployToServer = async () => {
// 이 함수는 현재 배포되어있는 서버를 위해 사용되는 로직이며 최초 서버에 배포되는 1회만 실행되도록 하기위한 함수에요
// 그렇기에 아래에 작성된 코드들은 배포서버에 배포되면 다음 배포전 수정해주세요!!
// 전공 관련 크롤링
await saveMajorNoticeToDB();
};

handleDeployToServer();
// handleDeployToServer();

0 comments on commit 2fa6e94

Please sign in to comment.