style: fix linting issues met Prettier
This commit is contained in:
		
							parent
							
								
									447aeee9f3
								
							
						
					
					
						commit
						63045c4223
					
				
					 2 changed files with 6 additions and 9 deletions
				
			
		|  | @ -19,7 +19,7 @@ export class TeacherInvitationController extends BaseController { | |||
|     } | ||||
| 
 | ||||
|     async getBy(data: TeacherInvitationData): Promise<TeacherInvitationResponse> { | ||||
|         return this.get<TeacherInvitationResponse>(`/${data.sender}/${data.receiver}/${data.class}`) | ||||
|         return this.get<TeacherInvitationResponse>(`/${data.sender}/${data.receiver}/${data.class}`); | ||||
|     } | ||||
| 
 | ||||
|     async create(data: TeacherInvitationData): Promise<TeacherInvitationResponse> { | ||||
|  |  | |||
		Reference in a new issue
	
	 Lint Action
						Lint Action