From 7573a42f145326df44bafb499371e2f5f6fff78c Mon Sep 17 00:00:00 2001 From: imnyang Date: Sun, 5 Apr 2026 10:26:34 +0000 Subject: [PATCH] Update app/index.ts --- app/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/index.ts b/app/index.ts index 06d4fc1..9bd63e0 100644 --- a/app/index.ts +++ b/app/index.ts @@ -9,8 +9,8 @@ async function main() { const YYYY = now.getFullYear(); const MM = String(now.getMonth() + 1).padStart(2, '0'); const DD = String(now.getDate()).padStart(2, '0'); - // const YYMMDD = `${YYYY}${MM}${DD}`; - const YYMMDD = `20260403`; + const YYMMDD = `${YYYY}${MM}${DD}`; + // const YYMMDD = `20260403`; // getDay(): 일(0) ~ 토(6) // comcigan.ts 라이브러리 기준에 맞춰 weekday 설정 필요