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);