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