Skip to content

Commit 428e172

Browse files
committed
lint
1 parent e621e1b commit 428e172

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ export class KmsKeyConfig implements RegionalKmsConfig {
8585
!!config && (configType === 'object' || configType === 'string'),
8686
'Config must be a `discovery` or an object.'
8787
)
88-
const asdf = config
8988

9089
if (configType === 'string') {
9190
/* Precondition: Only `discovery` is a valid string value */

0 commit comments

Comments
 (0)