style: fix linting issues met Prettier
This commit is contained in:
parent
f9b59af2fd
commit
90d61a6f26
4 changed files with 4 additions and 14 deletions
|
@ -60,7 +60,7 @@ export async function createStudentHandler(req: Request, res: Response): Promise
|
|||
|
||||
if (!newUser) {
|
||||
res.status(500).json({
|
||||
error: 'Something went wrong while creating student'
|
||||
error: 'Something went wrong while creating student',
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue