From e1e8d475f48ca211bd79f78e265dfe0d9b055c08 Mon Sep 17 00:00:00 2001 From: Lint Action Date: Thu, 13 Mar 2025 18:28:43 +0000 Subject: [PATCH] style: fix linting issues met Prettier --- backend/config.js | 1 - backend/src/controllers/students.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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 +}