From 553fe8fb28d7677143faf0617470c86a0e7a3dda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=95=94=EB=83=A5=20=28imnyang=29?= Date: Mon, 9 Mar 2026 13:33:23 +0000 Subject: [PATCH] fix isangjeong meal & sunrint timetable --- app/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/index.ts b/app/index.ts index b344cf9..eee32ec 100644 --- a/app/index.ts +++ b/app/index.ts @@ -16,7 +16,7 @@ async function main() { schoolId: 41896, grade: 1, classNum: 1, - weekday: weekday, + weekday: weekday + 1, WEBHOOK_URL: process.env.DISCORD_WEBHOOK_SUNRIN_URL as string }) await Meal({ @@ -32,8 +32,8 @@ async function main() { console.timeLog("⏱️ | sangjeong"); await Meal({ MLSV_YMD: YYMMDD, - ATPT_OFCDC_SC_CODE: "B10", - SD_SCHUL_CODE: "7010536", + ATPT_OFCDC_SC_CODE: "E10", + SD_SCHUL_CODE: "7310342", username: "@today.isangjeong", schoolName: "상정고등학교", WEBHOOK_URL: process.env.DISCORD_WEBHOOK_SANGJEONG_URL as string