refactor: no-inferrable-types
This commit is contained in:
		
							parent
							
								
									e1aba11222
								
							
						
					
					
						commit
						e84c772916
					
				
					 14 changed files with 22 additions and 18 deletions
				
			
		|  | @ -16,7 +16,7 @@ export class Submission { | |||
|     learningObjectLanguage!: Language; | ||||
| 
 | ||||
|     @PrimaryKey({ type: 'numeric' }) | ||||
|     learningObjectVersion: number = 1; | ||||
|     learningObjectVersion = 1; | ||||
| 
 | ||||
|     @PrimaryKey({ type: 'integer', autoincrement: true }) | ||||
|     submissionNumber?: number; | ||||
|  |  | |||
		Reference in a new issue