fix(backend): Formatting + .env.development.example
npm run format uitgevoerd, .env.development.example toegevoegd.
This commit is contained in:
		
							parent
							
								
									4e883a1a18
								
							
						
					
					
						commit
						48c8ce7c57
					
				
					 36 changed files with 499 additions and 331 deletions
				
			
		|  | @ -1,7 +1,9 @@ | |||
| import {Language} from "./language"; | ||||
| import { Language } from './language'; | ||||
| 
 | ||||
| export class LearningObjectIdentifier { | ||||
|     constructor(public hruid: string, public language: Language, public version: string) { | ||||
| 
 | ||||
|     } | ||||
|     constructor( | ||||
|         public hruid: string, | ||||
|         public language: Language, | ||||
|         public version: string | ||||
|     ) {} | ||||
| } | ||||
|  |  | |||
		Reference in a new issue
	
	 Gerald Schmittinger
						Gerald Schmittinger