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 설정 필요