Skip to content

Commit 693d7b7

Browse files
author
cloud-sdk-js
committed
Changes from lint:fix
1 parent 8befd90 commit 693d7b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/connectivity/src/http-agent/http-agent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ function getKeyStoreOptions(destination: Destination):
145145
if (aliases.length === 0) {
146146
throw Error('No entries found in JKS keystore');
147147
}
148-
const alias = aliases[0];
148+
const alias = aliases[0];
149149
const entry = pemKeystore[alias];
150150
if (!entry.cert || !entry.key) {
151151
throw Error('Invalid JKS entry: missing cert or key');

0 commit comments

Comments
 (0)