mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	semicolon
This commit is contained in:
		| @@ -87,7 +87,7 @@ export class LocalizedDateParserFormatter extends NgbDateParserFormatter { | |||||||
|   } |   } | ||||||
|  |  | ||||||
|   parse(value: string): NgbDateStruct | null { |   parse(value: string): NgbDateStruct | null { | ||||||
|     value = this.preformatDateInput(value); |     value = this.preformatDateInput(value) | ||||||
|     let match = this.getDateParseRegex().exec(value) |     let match = this.getDateParseRegex().exec(value) | ||||||
|     if (match) { |     if (match) { | ||||||
|       let dateStruct = { |       let dateStruct = { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Michael Shamoon
					Michael Shamoon