Group parallel reservations #3326
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
pull_request.yml
on: pull_request
Lint .scss
2m 28s
Typescript compile check
3m 13s
Lint .js and .jsx
2m 23s
Lint markdown
1m 38s
Annotations
1 error and 6 warnings
Lint .js and .jsx
Process completed with exit code 1.
|
Lint .js and .jsx:
src/apps/reservation-list/list/reservation-list.tsx#L50
'physicalReservations' is assigned a value but never used
|
Lint .js and .jsx:
src/apps/reservation-list/list/reservation-list.tsx#L51
'digitalReservations' is assigned a value but never used
|
Lint .js and .jsx:
src/apps/reservation-list/list/reservation-list.tsx#L100
React Hook useEffect has a missing dependency: 'deleteReservation'. Either include it or remove the dependency array
|
Lint .js and .jsx:
src/core/utils/useGetReservationGroups.ts#L1
'useEffect' is defined but never used
|
Lint .js and .jsx:
src/core/utils/useGetReservationGroups.ts#L1
'useState' is defined but never used
|
Lint .js and .jsx:
src/core/utils/useGetReservationGroups.ts#L3
'getReservationsV2' is defined but never used
|