fixed frontend (format, lint, build)

This commit is contained in:
masterElmar
2023-11-01 22:31:12 +01:00
parent a8dce8207b
commit 0fc6e249d2
10 changed files with 277 additions and 208 deletions

View File

@@ -33,6 +33,7 @@ export async function fetchModulesByCourseAndSemester(
module.name,
module.prof,
semester,
false,
module.events,
),
),
@@ -57,6 +58,7 @@ export async function fetchAllModules(): Promise<Module[]> {
module.name,
module.prof,
module.semester,
false,
module.events,
),
);