From 7910053abb9fc3dab8a3084e1aba9f814583af23 Mon Sep 17 00:00:00 2001 From: LightZirconite Date: Sun, 16 Nov 2025 18:43:57 +0100 Subject: [PATCH] fix: remove unnecessary whitespace in engageGlobalStandby method --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index b4c4c96..930f44f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -707,7 +707,7 @@ export class MicrosoftRewardsBot { const h = this.config?.humanization // Only send immediate alert if explicitly enabled (default: false to avoid duplicates) if (!h || h.immediateBanAlert !== true) return - + const { ConclusionWebhook } = await import('./util/notifications/ConclusionWebhook') await ConclusionWebhook( this.config,