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