Skip to content

Commit

Permalink
Merge pull request #104 from GDSC-PKNU-21-22/feat/#101
Browse files Browse the repository at this point in the history
Fix: 서버에 웨일비 크롤링 안된 문제로 추가 커밋
  • Loading branch information
pp449 authored Sep 19, 2023
2 parents 580b5f2 + e068e26 commit e07046c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ const forDeployedServer = () => {
return;
}
console.log('웨일비 테이블 생성 성공!');
saveWhalebeToDB();
});
};

forDeployedServer();
saveWhalebeToDB();
// forDeployedServer();

0 comments on commit e07046c

Please sign in to comment.