From 626773ed0dce2ff9ec852803ce079d8e1380be5f Mon Sep 17 00:00:00 2001 From: Innei Date: Thu, 14 Jul 2022 17:50:44 +0800 Subject: [PATCH] chore: cleanup Signed-off-by: Innei --- src/modules/update/update.service.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/modules/update/update.service.ts b/src/modules/update/update.service.ts index 7b4a1a42..faaa1328 100644 --- a/src/modules/update/update.service.ts +++ b/src/modules/update/update.service.ts @@ -140,9 +140,3 @@ export class UpdateService { }) } } - -const ar = [[1], [2]] as const - -for (const i of ar) { - console.log(i) -}