From f5fc1cd9502a79600b43be357dd282ba4a5922d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Glawaty?= Date: Wed, 16 Oct 2024 07:30:02 +0200 Subject: [PATCH] Fixed EsLint --- src/banner/closing/closing-entry.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/banner/closing/closing-entry.mjs b/src/banner/closing/closing-entry.mjs index a3ac94c..25f6973 100644 --- a/src/banner/closing/closing-entry.mjs +++ b/src/banner/closing/closing-entry.mjs @@ -47,7 +47,7 @@ export class EntryKey { type: 'position', args: { positionCode: positionCode, - } + }, }); } @@ -58,7 +58,7 @@ export class EntryKey { args: { positionCode: positionCode, bannerId: bannerId, - } + }, }); }