Update index.ts
This commit is contained in:
parent
6c4f5f799e
commit
023c459482
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue