mirror of
https://github.com/bitwarden/jslib
synced 2025-12-06 00:03:29 +00:00
Fix of/in
This commit is contained in:
@@ -220,7 +220,7 @@ export class CryptoService implements CryptoServiceAbstraction {
|
||||
|
||||
let setKey = false;
|
||||
|
||||
for (const orgId in Object.keys(encOrgKeyData)) {
|
||||
for (const orgId of Object.keys(encOrgKeyData)) {
|
||||
if (result.has(orgId)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user