Update URL to fetch queries.json from v3 branch

This commit is contained in:
Netsky
2025-12-17 17:45:46 +01:00
committed by GitHub
parent bd3fa2c603
commit 0b419fad38

View File

@@ -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