style: fix linting issues met Prettier
This commit is contained in:
parent
d5ce82c657
commit
2a9668c585
2 changed files with 2 additions and 2 deletions
|
@ -37,4 +37,4 @@ export class AssignmentController extends BaseController {
|
|||
async getGroups(assignmentNumber: number, full = true) {
|
||||
return this.get<{ groups: any[] }>(`/${assignmentNumber}/groups`, { full });
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -37,4 +37,4 @@ export class ClassController extends BaseController {
|
|||
async getAssignments(id: string, full = true) {
|
||||
return this.get<{ assignments: any[] }>(`/${id}/assignments`, { full });
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue