Skip to content

Commit

Permalink
πŸ”§ fix: dev μ„œλ²„μ—μ„œ 크둠탭이 λ™μž‘ν•˜μ§€ μ•Šκ²Œ μ£Όμ„μ²˜λ¦¬
Browse files Browse the repository at this point in the history
  • Loading branch information
uuuo3o authored Dec 1, 2024
1 parent cf27595 commit bde1188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BE/src/news/news.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export class NewsService {
};
}

@Cron('*/1 8-16 * * 1-5')
// @Cron('*/1 8-16 * * 1-5')
async cronNewsData() {
await this.newsRepository.delete({ query: In(['증ꢌ', '주식']) });
await this.getNewsDataByQuery('주식');
Expand Down

0 comments on commit bde1188

Please sign in to comment.