style: fix linting issues met Prettier
This commit is contained in:
parent
e1ffedc079
commit
623ad5cd5c
4 changed files with 6 additions and 10 deletions
|
@ -21,7 +21,6 @@ export class GroupController extends BaseController {
|
|||
return this.delete<{ group: any }>(`/${num}`);
|
||||
}
|
||||
|
||||
|
||||
getSubmissions(groupNumber: number, full = true) {
|
||||
return this.get<{ groups: any[] }>(`/${groupNumber}/submissions`, { full });
|
||||
}
|
||||
|
@ -29,4 +28,4 @@ export class GroupController extends BaseController {
|
|||
getQuestions(groupNumber: number, full = true) {
|
||||
return this.get<{ questions: any[] }>(`/${groupNumber}/questions`, { full });
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue