Fix fix fix #96
Annotations
10 errors and 1 warning
|
|
src/components/ReadonlyClassSchedule.tsx#L69
Property 'group' is missing in type '{ startTime: string; endTime: string; groupId: string; groupNumber: string; courseId: string; courseName: string; lecturer: string; day: Day; week: "" | "TN" | "TP"; courseType: "C" | "L" | "P" | "S" | "W"; registrationId: string; key: number; }' but required in type '{ startTime: string; endTime: string; group: string; courseName: string; lecturer: string; week: "" | "TN" | "TP"; courseType: "C" | "L" | "P" | "S" | "W"; }'.
|
src/pages/app/preview/[id].tsx#L37
Property 'groups' does not exist on type '{ id: number; name: string; courses: ExtendedCourse[]; registrations: Registration[]; }'.
|
src/pages/app/preview/[id].tsx#L37
Parameter 'group' implicitly has an 'any' type.
|
src/pages/app/preview/[id].tsx#L42
Property 'groups' does not exist on type '{ id: number; name: string; courses: ExtendedCourse[]; registrations: Registration[]; }'.
|
src/pages/app/preview/[id].tsx#L54
Object literal may only specify known properties, and 'groups' does not exist in type '{ id: number; name: string; courses: ExtendedCourse[]; registrations: Registration[]; } | ((prev: { id: number; name: string; courses: ExtendedCourse[]; registrations: Registration[]; }) => unique symbol | { ...; })'.
|
src/pages/app/preview/[id].tsx#L54
Property 'groups' does not exist on type '{ id: number; name: string; courses: ExtendedCourse[]; registrations: Registration[]; }'.
|
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading