idkwtfissue

This commit is contained in:
암냥 2026-03-09 13:18:05 +00:00
commit 8942051713
3 changed files with 3 additions and 19 deletions

View file

@ -1,8 +1,8 @@
import Comcigan from '@imnyang/comcigan.ts'
const comcigan = new Comcigan()
export async function getTimetable({ schoolId, grade, classNum, weekday }: { schoolId: number, grade: number, classNum: number, weekday: number }) {
const comcigan = new Comcigan()
return await comcigan.getTimetable(schoolId, grade, classNum, weekday, false)
}