style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-04-03 09:40:56 +00:00
parent d5ce82c657
commit 2a9668c585
2 changed files with 2 additions and 2 deletions

View file

@ -37,4 +37,4 @@ export class AssignmentController extends BaseController {
async getGroups(assignmentNumber: number, full = true) { async getGroups(assignmentNumber: number, full = true) {
return this.get<{ groups: any[] }>(`/${assignmentNumber}/groups`, { full }); return this.get<{ groups: any[] }>(`/${assignmentNumber}/groups`, { full });
} }
} }

View file

@ -37,4 +37,4 @@ export class ClassController extends BaseController {
async getAssignments(id: string, full = true) { async getAssignments(id: string, full = true) {
return this.get<{ assignments: any[] }>(`/${id}/assignments`, { full }); return this.get<{ assignments: any[] }>(`/${id}/assignments`, { full });
} }
} }