diff options
Diffstat (limited to 'cli/js/ops/tls.ts')
-rw-r--r-- | cli/js/ops/tls.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/ops/tls.ts b/cli/js/ops/tls.ts index b278c2d75..291fe3dd9 100644 --- a/cli/js/ops/tls.ts +++ b/cli/js/ops/tls.ts @@ -24,7 +24,7 @@ interface EstablishTLSResponse { } export function connectTls( - args: ConnectTLSRequest + args: ConnectTLSRequest, ): Promise<EstablishTLSResponse> { return sendAsync("op_connect_tls", args); } |