Skip to content

Commit d2c76af

Browse files
committed
lint
1 parent 90d1fc3 commit d2c76af

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

modules/branch-keystore-node/src/branch_keystore_helpers.ts

-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ import {
2828
BRANCH_KEY_TYPE_PREFIX,
2929
BRANCH_KEY_ACTIVE_TYPE,
3030
BEACON_KEY_TYPE_VALUE,
31-
POTENTIAL_BRANCH_KEY_RECORD_FIELDS,
3231
} from './constants'
3332

3433
/**
@@ -165,7 +164,6 @@ export function validateBranchKeyRecord(item: BranchKeyItem): BranchKeyRecord {
165164
`Branch keystore record does not contain ${HIERARCHY_VERSION_FIELD} field of type number`
166165
)
167166

168-
169167
// This requirement is around the construction of the encryption context.
170168
// It is possible that customers will have constructed their own branch keys
171169
// with a custom creation method.

modules/branch-keystore-node/test/branch_keystore_helpers.test.ts

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ import {
3131
BRANCH_KEY_FIELD,
3232
BRANCH_KEY_IDENTIFIER_FIELD,
3333
BRANCH_KEY_TYPE_PREFIX,
34-
CUSTOM_ENCRYPTION_CONTEXT_FIELD_PREFIX,
3534
HIERARCHY_VERSION_FIELD,
3635
KEY_CREATE_TIME_FIELD,
3736
KMS_FIELD,

0 commit comments

Comments
 (0)