style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-04-01 16:39:31 +00:00
parent df8f4043a8
commit b9681926f8
10 changed files with 31 additions and 44 deletions

View file

@ -3,7 +3,7 @@ import {
createStudentRequestHandler,
deleteClassJoinRequestHandler,
getStudentRequestHandler,
getStudentRequestsHandler
getStudentRequestsHandler,
} from '../controllers/students.js';
const router = express.Router({ mergeParams: true });