From 0b419fad3866d0f827f270250670c99db36b722d Mon Sep 17 00:00:00 2001 From: Netsky <56271887+TheNetsky@users.noreply.github.com> Date: Wed, 17 Dec 2025 17:45:46 +0100 Subject: [PATCH] Update URL to fetch queries.json from v3 branch --- src/functions/activities/browser/SearchOnBing.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/functions/activities/browser/SearchOnBing.ts b/src/functions/activities/browser/SearchOnBing.ts index c092738..686c351 100644 --- a/src/functions/activities/browser/SearchOnBing.ts +++ b/src/functions/activities/browser/SearchOnBing.ts @@ -250,7 +250,7 @@ export class SearchOnBing extends Workers { // Fetch from the repo directly so the user doesn't need to redownload the script for the new activities const response = await this.bot.axios.request({ method: 'GET', - url: 'https://raw.githubusercontent.com/TheNetsky/Microsoft-Rewards-Script/refs/heads/main/src/functions/queries.json' + url: 'https://raw.githubusercontent.com/TheNetsky/Microsoft-Rewards-Script/refs/heads/v3/src/functions/queries.json' }) queries = response.data