From 023c459482c03c292a3816c563be720e69eb89dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=95=94=EB=83=A5=20=28imnyang=29?= Date: Sat, 31 May 2025 22:43:49 +0900 Subject: [PATCH] Update index.ts --- app/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/app/index.ts b/app/index.ts index ad47a12..02995f0 100644 --- a/app/index.ts +++ b/app/index.ts @@ -30,7 +30,6 @@ async function main() { const tomorrow = new Date(); tomorrow.setDate(tomorrow.getDate() + 1); YYMMDD = tomorrow.toISOString().slice(0, 10).replace(/-/g, "").toString(); - YYMMDD = "20250602"; console.log("📅 | date:", YYMMDD);