1
0
mirror of https://github.com/bitwarden/jslib synced 2025-12-06 00:03:29 +00:00

Fix of/in

This commit is contained in:
Thomas Rittson
2022-05-12 12:49:23 +10:00
parent 1c20b9063b
commit 6feeb06a66

View File

@@ -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;
}