Update submissions.ts
This commit is contained in:
		
							parent
							
								
									4bee95762b
								
							
						
					
					
						commit
						552c6646dd
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -22,7 +22,7 @@ export class SubmissionController extends BaseController { | ||||||
|         return this.get<SubmissionResponse>(`/${submissionNumber}`); |         return this.get<SubmissionResponse>(`/${submissionNumber}`); | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     async createSubmission(data: any): Promise<SubmissionResponse> { |     async createSubmission(data: unknown): Promise<SubmissionResponse> { | ||||||
|         return this.post<SubmissionResponse>(`/`, data); |         return this.post<SubmissionResponse>(`/`, data); | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Reference in a new issue
	
	 Adriaan J.
						Adriaan J.