diff --git a/src/functions/QueryEngine.ts b/src/functions/QueryEngine.ts index d012241..4eb7569 100644 --- a/src/functions/QueryEngine.ts +++ b/src/functions/QueryEngine.ts @@ -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) {