Skip to content

Commit

Permalink
chore: 暂时 移除自动禁用空订阅
Browse files Browse the repository at this point in the history
  • Loading branch information
CaoMeiYouRen committed Nov 16, 2024
1 parent 865a875 commit 61ee344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/tasks/tasks.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1327,7 +1327,7 @@ EXAMPLE JSON ERROR OUTPUT:
}
}

@Cron(CronExpression.EVERY_DAY_AT_3AM, { name: 'disableEmptyFeeds' }) // 每天禁用空订阅
// @Cron(CronExpression.EVERY_DAY_AT_3AM, { name: 'disableEmptyFeeds' }) // 每天禁用空订阅
async disableEmptyFeeds() {
if (!DISABLE_EMPTY_FEEDS) {
this.logger.warn('DISABLE_EMPTY_FEEDS 为 false,不执行禁用空订阅操作')
Expand Down

0 comments on commit 61ee344

Please sign in to comment.