mirror of
https://github.com/LightZirconite/Microsoft-Rewards-Bot.git
synced 2026-01-10 01:06:17 +00:00
fix: remove unnecessary whitespace in engageGlobalStandby method
This commit is contained in:
@@ -707,7 +707,7 @@ export class MicrosoftRewardsBot {
|
|||||||
const h = this.config?.humanization
|
const h = this.config?.humanization
|
||||||
// Only send immediate alert if explicitly enabled (default: false to avoid duplicates)
|
// Only send immediate alert if explicitly enabled (default: false to avoid duplicates)
|
||||||
if (!h || h.immediateBanAlert !== true) return
|
if (!h || h.immediateBanAlert !== true) return
|
||||||
|
|
||||||
const { ConclusionWebhook } = await import('./util/notifications/ConclusionWebhook')
|
const { ConclusionWebhook } = await import('./util/notifications/ConclusionWebhook')
|
||||||
await ConclusionWebhook(
|
await ConclusionWebhook(
|
||||||
this.config,
|
this.config,
|
||||||
|
|||||||
Reference in New Issue
Block a user