style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-03-13 18:28:43 +00:00
parent 8c7d5e965c
commit e1e8d475f4
2 changed files with 1 additions and 2 deletions

View file

@ -5,4 +5,3 @@
export const DWENGO_API_BASE = 'https://dwengo.org/backend/api';
export const FALLBACK_LANG = 'nl';
export const FALLBACK_SEQ_NUM = 1;

View file

@ -143,4 +143,4 @@ export async function getStudentSubmissionsHandler(req: Request, res: Response):
res.json({
submissions: submissions,
});
}
}