From 24451e1e6c6d813283f62d5b5f72c012ebf5b17e Mon Sep 17 00:00:00 2001 From: yflory Date: Thu, 30 Apr 2026 16:44:18 +0200 Subject: [PATCH] chore: lint compliance --- lib/http-commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/http-commands.js b/lib/http-commands.js index f5e027804..d577940af 100644 --- a/lib/http-commands.js +++ b/lib/http-commands.js @@ -274,7 +274,7 @@ var handleResponse = function (Env, req, res) { u8_publicKey = Util.decodeBase64(publicKey); } catch (err3) { Env.Log.error('CHALLENGE_RESPONSE_DECODING_ERROR', { - command, + command: json.command, publicKey: publicKey, error: Util.serializeError(err3), });