chore: lint compliance

This commit is contained in:
yflory 2026-04-30 16:44:18 +02:00
parent 83ecc99944
commit 24451e1e6c

View File

@ -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),
});