mirror of
https://github.com/TheNetsky/Microsoft-Rewards-Script.git
synced 2026-01-29 19:31:03 +00:00
Update Search.ts (#127)
This commit is contained in:
@@ -98,7 +98,7 @@ export class Search extends Workers {
|
|||||||
for (const term of relatedTerms.slice(1, 3)) {
|
for (const term of relatedTerms.slice(1, 3)) {
|
||||||
this.bot.log('SEARCH-BING-EXTRA', `${missingPoints} Points Remaining | Query: ${term} | Mobile: ${this.bot.isMobile}`)
|
this.bot.log('SEARCH-BING-EXTRA', `${missingPoints} Points Remaining | Query: ${term} | Mobile: ${this.bot.isMobile}`)
|
||||||
|
|
||||||
searchCounters = await this.bingSearch(page, query.topic)
|
searchCounters = await this.bingSearch(page, term)
|
||||||
const newMissingPoints = this.calculatePoints(searchCounters)
|
const newMissingPoints = this.calculatePoints(searchCounters)
|
||||||
|
|
||||||
// If the new point amount is the same as before
|
// If the new point amount is the same as before
|
||||||
|
|||||||
Reference in New Issue
Block a user