We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e621e1b commit 428e172Copy full SHA for 428e172
modules/branch-keystore-node/src/kms_config.ts
@@ -85,7 +85,6 @@ export class KmsKeyConfig implements RegionalKmsConfig {
85
!!config && (configType === 'object' || configType === 'string'),
86
'Config must be a `discovery` or an object.'
87
)
88
- const asdf = config
89
90
if (configType === 'string') {
91
/* Precondition: Only `discovery` is a valid string value */
0 commit comments