fix code style violation (let -> const)
This commit is contained in:
		| @@ -55,7 +55,7 @@ export class CustomerComponent implements OnInit, OnDestroy { | |||||||
|     } |     } | ||||||
|  |  | ||||||
|     loadAll() { |     loadAll() { | ||||||
|         let criteria = { |         const criteria = { | ||||||
|             ...(this.filterValue.number && { 'number.equals': this.filterValue.number }), |             ...(this.filterValue.number && { 'number.equals': this.filterValue.number }), | ||||||
|             ...(this.filterValue.prefix && { 'prefix.contains': this.filterValue.prefix }) |             ...(this.filterValue.prefix && { 'prefix.contains': this.filterValue.prefix }) | ||||||
|         }; |         }; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user