From edd69c3bd7db3f856925fe001310ff9c15523126 Mon Sep 17 00:00:00 2001 From: Netsky <56271887+TheNetsky@users.noreply.github.com> Date: Wed, 17 Dec 2025 17:41:12 +0100 Subject: [PATCH] Fix, actually reverting to 'US' --- src/functions/QueryEngine.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {