summaryrefslogtreecommitdiff
path: root/cli/js/tls.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/js/tls.ts')
-rw-r--r--cli/js/tls.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/tls.ts b/cli/js/tls.ts
index f0506898c..f266a16ea 100644
--- a/cli/js/tls.ts
+++ b/cli/js/tls.ts
@@ -66,7 +66,7 @@ interface StartTlsOptions {
export async function startTls(
conn: Conn,
- { hostname = "127.0.0.1", certFile }: StartTlsOptions = {}
+ { hostname = "127.0.0.1", certFile }: StartTlsOptions = {},
): Promise<Conn> {
const res = await tlsOps.startTls({
rid: conn.rid,