From 583a321dd9129dd15360ffcaf48afe613a83d74e Mon Sep 17 00:00:00 2001 From: trevor-signal <131492920+trevor-signal@users.noreply.github.com> Date: Tue, 9 May 2023 16:49:00 -0400 Subject: [PATCH] Simplify captcha response handling --- ts/main/challengeMain.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ts/main/challengeMain.ts b/ts/main/challengeMain.ts index 0c6c5e1c2..80e0d3d09 100644 --- a/ts/main/challengeMain.ts +++ b/ts/main/challengeMain.ts @@ -22,8 +22,7 @@ export class ChallengeMainHandler { log.info( 'challengeMain.handleCaptcha: sending captcha response to ' + - `${handlers.length} handlers`, - response + `${handlers.length} handlers` ); for (const resolve of handlers) { resolve(response);