Fix, actually reverting to 'US'

This commit is contained in:
Netsky
2025-12-17 17:41:12 +01:00
committed by GitHub
parent 5176cfb02d
commit edd69c3bd7

View File

@@ -47,7 +47,7 @@ export class QueryCore {
'SEARCH-GOOGLE-TRENDS',
'Insufficient search queries, falling back to US'
)
return this.getGoogleTrends(geoLocale)
return this.getGoogleTrends('US')
}
for (const [topic, relatedQueries] of mappedTrendsData) {