Update index.ts

This commit is contained in:
암냥 2025-05-31 22:43:49 +09:00 committed by GitHub
commit 023c459482
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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