File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
website-ts/scripts/nfl-scraper Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ export const DEFAULT_CATEGORY_LIMIT = 15
8282
8383// Archive settings
8484export const OLD_ARTICLES_DIR = './Old Article Markdowns'
85- export const ARCHIVE_AGE_DAYS = 14
85+ export const ARCHIVE_AGE_DAYS = 3
8686
8787// UnGenerated queue - articles that failed AI generation go here for manual processing
8888export const UNGENERATED_DIR = './Articles/UnGenerated Articles'
Original file line number Diff line number Diff line change @@ -34,8 +34,6 @@ const __filename = fileURLToPath(import.meta.url)
3434const __dirname = path . dirname ( __filename )
3535const WEBSITE_ROOT = path . resolve ( __dirname , '../..' )
3636const repoName = process . env . GITHUB_REPOSITORY ;
37- const { getLatestRefreshToken } = await import ( './chatgpt' ) ;
38- const newRefreshToken = getLatestRefreshToken ( ) ;
3937
4038// Resolve paths relative to website root
4139function resolvePath ( relativePath : string ) : string {
You can’t perform that action at this time.
0 commit comments