diff --git a/backend/config.js b/backend/config.js index b9776fa9..be42027c 100644 --- a/backend/config.js +++ b/backend/config.js @@ -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; - diff --git a/backend/src/controllers/students.ts b/backend/src/controllers/students.ts index 274c6c55..6c253cff 100644 --- a/backend/src/controllers/students.ts +++ b/backend/src/controllers/students.ts @@ -143,4 +143,4 @@ export async function getStudentSubmissionsHandler(req: Request, res: Response): res.json({ submissions: submissions, }); -} \ No newline at end of file +}