mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
changed let to const
This commit is contained in:
parent
2af179ba33
commit
5dcd69bc62
@ -166,7 +166,7 @@ export class SearchService implements SearchServiceAbstraction {
|
||||
}
|
||||
|
||||
if (c.hasFields) {
|
||||
for (let field of c.fields) {
|
||||
for (const field of c.fields) {
|
||||
if (field.value.toLowerCase().indexOf(query) > -1) {
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user