From 5ffaf090d0a2ac92444d8e80235806622cc07570 Mon Sep 17 00:00:00 2001 From: Lint Action Date: Fri, 28 Feb 2025 20:14:38 +0000 Subject: [PATCH] style: fix linting issues met lint-action --- test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.ts b/test.ts index c9da7bdd..5b6d755b 100644 --- a/test.ts +++ b/test.ts @@ -4,6 +4,6 @@ async function test_Function() { for (let index = 0; index < 100; index++) { await test_Function(); - let a = "test"; + const a = "test"; }