fix: remove unnecessary whitespace in engageGlobalStandby method

This commit is contained in:
2025-11-16 18:43:57 +01:00
parent d5812172a3
commit 7910053abb

View File

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