Skip to content

fix attendance records #364

fix attendance records

fix attendance records #364

Triggered via push November 6, 2024 04:14
Status Failure
Total duration 42s
Artifacts

tsc.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
tsc: src/client/client.tsx#L1
Property 'memberID' does not exist on type 'AttendanceRecord'. Did you mean 'memberId'?
tsc: src/client/client.tsx#L1
Property 'memberID' does not exist on type 'AttendanceRecord'. Did you mean 'memberId'?
tsc: src/client/client.tsx#L1
Property 'eventID' does not exist on type 'AttendanceRecord'.
tsc: src/client/client.tsx#L1
Property 'memberID' does not exist on type 'AttendanceRecord'.
tsc: src/client/client.tsx#L1
Property 'attendance_status' does not exist on type 'AttendanceRecord'.
tsc: src/components/AttendanceRecord/AttendanceRecordPercent.tsx#L1
Property 'attendance_status' does not exist on type 'AttendanceRecord'.
tsc: src/components/AttendanceRecord/AttendanceStanding.tsx#L1
Property 'attendance_status' does not exist on type 'AttendanceRecord'.
tsc: src/data/attendanceRecord.ts#L1
Type '{ memberID: number; eventID: number; attendance_status: string; }' is not assignable to type 'AttendanceRecord'.
tsc: src/data/attendanceRecord.ts#L1
Type '{ memberID: number; eventID: number; attendance_status: string; }' is not assignable to type 'AttendanceRecord'.
tsc: src/data/attendanceRecord.ts#L1
Type '{ memberID: number; eventID: number; attendance_status: string; }' is not assignable to type 'AttendanceRecord'.
tsc
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
tsc
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/