style: fix linting issues met Prettier
This commit is contained in:
		
							parent
							
								
									dea9930705
								
							
						
					
					
						commit
						4b5f215246
					
				
					 1 changed files with 8 additions and 1 deletions
				
			
		|  | @ -23,7 +23,14 @@ export class SubmissionController extends BaseController { | ||||||
|         groupId?: number, |         groupId?: number, | ||||||
|         full = true, |         full = true, | ||||||
|     ): Promise<SubmissionsResponse> { |     ): Promise<SubmissionsResponse> { | ||||||
|         return this.get<SubmissionsResponse>(`/`, { language, version, classId, assignmentId, forGroup: groupId, full }); |         return this.get<SubmissionsResponse>(`/`, { | ||||||
|  |             language, | ||||||
|  |             version, | ||||||
|  |             classId, | ||||||
|  |             assignmentId, | ||||||
|  |             forGroup: groupId, | ||||||
|  |             full, | ||||||
|  |         }); | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     async getByNumber( |     async getByNumber( | ||||||
|  |  | ||||||
		Reference in a new issue
	
	 Lint Action
						Lint Action