Skip to content

Commit 70cbd1d

Browse files
committed
TLS Helloworld sample for gRPC calls to cadence: fix
1 parent 5bc024b commit 70cbd1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

new_samples/client_samples/helloworld_tls/hello_world_tls.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ func main() {
2121
if err != nil {
2222
panic(err)
2323
}
24+
2425
cadenceClient := worker.BuildCadenceClient(withTLSDialOption)
2526
logger := worker.BuildLogger()
2627

0 commit comments

Comments
 (0)