fix isangjeong meal & sunrint timetable
This commit is contained in:
parent
694da96439
commit
553fe8fb28
1 changed files with 3 additions and 3 deletions
|
|
@ -16,7 +16,7 @@ async function main() {
|
||||||
schoolId: 41896,
|
schoolId: 41896,
|
||||||
grade: 1,
|
grade: 1,
|
||||||
classNum: 1,
|
classNum: 1,
|
||||||
weekday: weekday,
|
weekday: weekday + 1,
|
||||||
WEBHOOK_URL: process.env.DISCORD_WEBHOOK_SUNRIN_URL as string
|
WEBHOOK_URL: process.env.DISCORD_WEBHOOK_SUNRIN_URL as string
|
||||||
})
|
})
|
||||||
await Meal({
|
await Meal({
|
||||||
|
|
@ -32,8 +32,8 @@ async function main() {
|
||||||
console.timeLog("⏱️ | sangjeong");
|
console.timeLog("⏱️ | sangjeong");
|
||||||
await Meal({
|
await Meal({
|
||||||
MLSV_YMD: YYMMDD,
|
MLSV_YMD: YYMMDD,
|
||||||
ATPT_OFCDC_SC_CODE: "B10",
|
ATPT_OFCDC_SC_CODE: "E10",
|
||||||
SD_SCHUL_CODE: "7010536",
|
SD_SCHUL_CODE: "7310342",
|
||||||
username: "@today.isangjeong",
|
username: "@today.isangjeong",
|
||||||
schoolName: "상정고등학교",
|
schoolName: "상정고등학교",
|
||||||
WEBHOOK_URL: process.env.DISCORD_WEBHOOK_SANGJEONG_URL as string
|
WEBHOOK_URL: process.env.DISCORD_WEBHOOK_SANGJEONG_URL as string
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue