mirror of
https://github.com/TheNetsky/Microsoft-Rewards-Script.git
synced 2026-01-11 02:46:17 +00:00
Fix, actually reverting to 'US'
This commit is contained in:
@@ -47,7 +47,7 @@ export class QueryCore {
|
|||||||
'SEARCH-GOOGLE-TRENDS',
|
'SEARCH-GOOGLE-TRENDS',
|
||||||
'Insufficient search queries, falling back to US'
|
'Insufficient search queries, falling back to US'
|
||||||
)
|
)
|
||||||
return this.getGoogleTrends(geoLocale)
|
return this.getGoogleTrends('US')
|
||||||
}
|
}
|
||||||
|
|
||||||
for (const [topic, relatedQueries] of mappedTrendsData) {
|
for (const [topic, relatedQueries] of mappedTrendsData) {
|
||||||
|
|||||||
Reference in New Issue
Block a user