From 4b5f2152466166152d00adfb992bdea0222dc3be Mon Sep 17 00:00:00 2001 From: Lint Action Date: Tue, 20 May 2025 11:16:13 +0000 Subject: [PATCH] style: fix linting issues met Prettier --- frontend/src/controllers/submissions.ts | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/frontend/src/controllers/submissions.ts b/frontend/src/controllers/submissions.ts index 69204633..1ce639ee 100644 --- a/frontend/src/controllers/submissions.ts +++ b/frontend/src/controllers/submissions.ts @@ -23,7 +23,14 @@ export class SubmissionController extends BaseController { groupId?: number, full = true, ): Promise { - return this.get(`/`, { language, version, classId, assignmentId, forGroup: groupId, full }); + return this.get(`/`, { + language, + version, + classId, + assignmentId, + forGroup: groupId, + full, + }); } async getByNumber(