From 1780d2f7a6bd50dbd11c83b736ee010fc118b02d Mon Sep 17 00:00:00 2001 From: GCHQDeveloper581 <63102987+GCHQDeveloper581@users.noreply.github.com> Date: Sat, 4 Jul 2026 10:03:51 +0000 Subject: [PATCH] Fix minor eslint issues --- src/core/operations/AsconDecrypt.mjs | 2 +- src/core/operations/AsconHash.mjs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/operations/AsconDecrypt.mjs b/src/core/operations/AsconDecrypt.mjs index 21ab3af2..68f43dc0 100644 --- a/src/core/operations/AsconDecrypt.mjs +++ b/src/core/operations/AsconDecrypt.mjs @@ -1,5 +1,5 @@ /** - * @author Medjedtxm + * @author Medjedtxm * @copyright Crown Copyright 2025 * @license Apache-2.0 */ diff --git a/src/core/operations/AsconHash.mjs b/src/core/operations/AsconHash.mjs index 6414ea01..0019c2b1 100644 --- a/src/core/operations/AsconHash.mjs +++ b/src/core/operations/AsconHash.mjs @@ -1,5 +1,5 @@ /** - * @author Medjedtxm + * @author Medjedtxm * @copyright Crown Copyright 2025 * @license Apache-2.0 */