Update frontend/src/controllers/classes.ts
Co-authored-by: Tibo De Peuter <tibo.depeuter@ugent.be>
This commit is contained in:
		
							parent
							
								
									552c6646dd
								
							
						
					
					
						commit
						195bb758c9
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		|  | @ -45,7 +45,6 @@ export class ClassController extends BaseController { | ||||||
|         return this.get<StudentsResponse>(`/${id}/students`, { full }); |         return this.get<StudentsResponse>(`/${id}/students`, { full }); | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     // TODO
 |  | ||||||
|     async getTeacherInvitations(id: string, full = true): Promise<TeacherInvitationsResponse> { |     async getTeacherInvitations(id: string, full = true): Promise<TeacherInvitationsResponse> { | ||||||
|         return this.get<TeacherInvitationsResponse>(`/${id}/teacher-invitations`, { full }); |         return this.get<TeacherInvitationsResponse>(`/${id}/teacher-invitations`, { full }); | ||||||
|     } |     } | ||||||
|  |  | ||||||
		Reference in a new issue
	
	 Adriaan J.
						Adriaan J.