chore: cleanup

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei
2022-07-14 17:50:44 +08:00
parent 48aefe0973
commit 626773ed0d

View File

@@ -140,9 +140,3 @@ export class UpdateService {
})
}
}
const ar = [[1], [2]] as const
for (const i of ar) {
console.log(i)
}