fix: clean up 49 unused variables, catch params, and stale imports (#22695)

This commit is contained in:
Kit Langton 2026-04-15 22:01:53 -04:00 committed by GitHub
parent 34213d4446
commit cce05c1665
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
37 changed files with 32 additions and 94 deletions

View file

@ -193,7 +193,7 @@ console.log("Fetching GitHub releases for anomalyco/opencode...\n")
const releases = await fetchReleases()
console.log(`\nFetched ${releases.length} releases total\n`)
const { total: githubTotal, stats } = calculate(releases)
const { total: githubTotal } = calculate(releases)
console.log("Fetching npm all-time downloads for opencode-ai...\n")
const npmDownloads = await fetchNpmDownloads("opencode-ai")