From 2a9668c585820dfdd561bff0c083497524143fea Mon Sep 17 00:00:00 2001 From: Lint Action Date: Thu, 3 Apr 2025 09:40:56 +0000 Subject: [PATCH] style: fix linting issues met Prettier --- frontend/src/controllers/assignments.ts | 2 +- frontend/src/controllers/classes.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/controllers/assignments.ts b/frontend/src/controllers/assignments.ts index 41ceba9a..8e3d6cd6 100644 --- a/frontend/src/controllers/assignments.ts +++ b/frontend/src/controllers/assignments.ts @@ -37,4 +37,4 @@ export class AssignmentController extends BaseController { async getGroups(assignmentNumber: number, full = true) { return this.get<{ groups: any[] }>(`/${assignmentNumber}/groups`, { full }); } -} \ No newline at end of file +} diff --git a/frontend/src/controllers/classes.ts b/frontend/src/controllers/classes.ts index 773cab73..eb605333 100644 --- a/frontend/src/controllers/classes.ts +++ b/frontend/src/controllers/classes.ts @@ -37,4 +37,4 @@ export class ClassController extends BaseController { async getAssignments(id: string, full = true) { return this.get<{ assignments: any[] }>(`/${id}/assignments`, { full }); } -} \ No newline at end of file +}