Skip to content

Final fixes

Final fixes #1721

Triggered via push May 6, 2024 22:12
Status Success
Total duration 1m 36s
Artifacts

ci-workflow.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: client/src/modules/Admin/Components/Admin.tsx#L28
'setAddSemester' is assigned a value but never used
build: client/src/modules/Admin/Components/Admin.tsx#L277
'toSelectOptions' is defined but never used
build: client/src/modules/Admin/Components/RaffleWinner.tsx#L12
'setStartDate' is assigned a value but never used
build: client/src/modules/Course/Components/Course.tsx#L42
'isReviewModalOpen' is assigned a value but never used
build: client/src/modules/Course/Components/PreviewReviewCard.tsx#L44
'location' is assigned a value but never used
build: client/src/modules/Course/Components/PreviewReviewCard.tsx#L48
'setReview' is assigned a value but never used
build: client/src/modules/Course/Components/RatingInput.tsx#L53
React Hook useEffect has a missing dependency: 'getColor'. Either include it or remove the dependency array
build: client/src/modules/SearchBar/Components/SearchBar.tsx#L42
Assignments to the 'timeoutId' variable from inside React Hook useEffect will be lost after each render. To preserve the value over time, store it in a useRef Hook and keep the mutable value in the '.current' property. Otherwise, you can move this variable directly inside useEffect
build: client/src/modules/SearchBar/Components/SearchBar.tsx#L156
'results' is assigned a value but never used