mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-21 16:18:28 +01:00
fix const lint (#7673)
This commit is contained in:
parent
df2329f059
commit
8555dcc613
@ -156,7 +156,7 @@ export class EncryptServiceImplementation implements EncryptService {
|
||||
}
|
||||
|
||||
// don't use promise.all because this task is not io bound
|
||||
let results = [];
|
||||
const results = [];
|
||||
for (let i = 0; i < items.length; i++) {
|
||||
results.push(await items[i].decrypt(key));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user