fix: lint
This commit is contained in:
		
							parent
							
								
									ef04f6c7af
								
							
						
					
					
						commit
						d84e6b485e
					
				
					 3 changed files with 3 additions and 3 deletions
				
			
		|  | @ -30,7 +30,7 @@ export class TeacherInvitationController extends BaseController { | |||
|         return this.delete<TeacherInvitationResponse>(`/${data.sender}/${data.receiver}/${data.class}`); | ||||
|     } | ||||
| 
 | ||||
|     async respond(data: TeacherInvitationData) { | ||||
|     async respond(data: TeacherInvitationData): Promise<TeacherInvitationResponse> { | ||||
|         return this.put<TeacherInvitationResponse>("/", data); | ||||
|     } | ||||
| } | ||||
|  |  | |||
		Reference in a new issue
	
	 Gabriellvl
						Gabriellvl