fix: fixed linting error
This commit is contained in:
		
							parent
							
								
									67b60caded
								
							
						
					
					
						commit
						e995419227
					
				
					 1 changed files with 0 additions and 4 deletions
				
			
		|  | @ -14,10 +14,6 @@ export class SubmissionController extends BaseController { | ||||||
|         super(`class/${classid}/assignments/${assignmentNumber}/groups/${groupNumber}/submissions`); |         super(`class/${classid}/assignments/${assignmentNumber}/groups/${groupNumber}/submissions`); | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     protected getBasePath(classid: string, assignmentNumber: number, groupNumber: number) { |  | ||||||
|         return `class/${classid}/assignments/${assignmentNumber}/groups/${groupNumber}/submissions`; |  | ||||||
|     } |  | ||||||
| 
 |  | ||||||
|     async getAll(full = true): Promise<SubmissionsResponse> { |     async getAll(full = true): Promise<SubmissionsResponse> { | ||||||
|         return this.get<SubmissionsResponse>(`/`, { full }); |         return this.get<SubmissionsResponse>(`/`, { full }); | ||||||
|     } |     } | ||||||
|  |  | ||||||
		Reference in a new issue
	
	 Adriaan Jacquet
						Adriaan Jacquet