Skip to content

Commit

Permalink
Add return
Browse files Browse the repository at this point in the history
  • Loading branch information
HitomaruKonpaku committed Sep 24, 2024
1 parent b78287c commit a44b207
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export abstract class BaseActionHandler<T1 extends HandlerAction, T2 extends Pro
const maxAge = (NumberUtil.parse(process.env.YOUTUBE_ACTION_MAX_AGE) || 3600) * 1000
this.logger.warn(`ACTION_TIMESTAMP | ${JSON.stringify({ age, maxAge, valid: age > maxAge, action })}`)
if (age > maxAge) {
// return
return
}
}

Expand Down

0 comments on commit a44b207

Please sign in to comment.