Skip to content

Commit

Permalink
Fix: 서버에 웨일비 크롤링 안된 문제로 추가 커밋
Browse files Browse the repository at this point in the history
  • Loading branch information
pp449 committed Sep 19, 2023
1 parent a5f466e commit e068e26
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 e068e26

Please sign in to comment.