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);