diff --git a/backend/src/controllers/student.ts b/backend/src/controllers/student.ts index 30e452d..d5d443a 100644 --- a/backend/src/controllers/student.ts +++ b/backend/src/controllers/student.ts @@ -163,4 +163,4 @@ export const deleteStudent: RequestHandler = async (req, res, next) => { } catch (error) { next(error); } -}; \ No newline at end of file +};