mirror of
https://github.com/TheNetsky/Microsoft-Rewards-Script.git
synced 2026-01-11 02:46:17 +00:00
Fix geoLocale not being uppercase
This commit is contained in:
@@ -222,7 +222,7 @@ export class Search extends Workers {
|
|||||||
headers: {
|
headers: {
|
||||||
'Content-Type': 'application/x-www-form-urlencoded;charset=UTF-8'
|
'Content-Type': 'application/x-www-form-urlencoded;charset=UTF-8'
|
||||||
},
|
},
|
||||||
data: `f.req=[[[i0OFE,"[null, null, \\"${geoLocale}\\", 0, null, 48]"]]]`
|
data: `f.req=[[[i0OFE,"[null, null, \\"${geoLocale.toUpperCase()}\\", 0, null, 48]"]]]`
|
||||||
}
|
}
|
||||||
|
|
||||||
const response = await this.bot.axios.request(request, this.bot.config.proxy.proxyGoogleTrends)
|
const response = await this.bot.axios.request(request, this.bot.config.proxy.proxyGoogleTrends)
|
||||||
|
|||||||
Reference in New Issue
Block a user