Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
seebees committed Jan 15, 2025
1 parent 90d1fc3 commit d2c76af
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions modules/branch-keystore-node/src/branch_keystore_helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import {
BRANCH_KEY_TYPE_PREFIX,
BRANCH_KEY_ACTIVE_TYPE,
BEACON_KEY_TYPE_VALUE,
POTENTIAL_BRANCH_KEY_RECORD_FIELDS,
} from './constants'

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


// This requirement is around the construction of the encryption context.
// It is possible that customers will have constructed their own branch keys
// with a custom creation method.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ import {
BRANCH_KEY_FIELD,
BRANCH_KEY_IDENTIFIER_FIELD,
BRANCH_KEY_TYPE_PREFIX,
CUSTOM_ENCRYPTION_CONTEXT_FIELD_PREFIX,
HIERARCHY_VERSION_FIELD,
KEY_CREATE_TIME_FIELD,
KMS_FIELD,
Expand Down

0 comments on commit d2c76af

Please sign in to comment.