Skip to content

Commit

Permalink
remove redundant snipname from mtls client (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
axfelix authored Nov 8, 2024
1 parent 9c8726c commit 08df93c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hello-world-mtls/src/client.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import fs from 'fs/promises';

// @@@SNIPSTART typescript-mtls-worker
import { Connection, Client } from '@temporalio/client';
import { example } from './workflows';

Expand Down Expand Up @@ -55,7 +54,6 @@ run(getEnv()).then(
process.exit(1);
}
);
// @@@SNIPEND

// Helpers for configuring the mTLS client and worker samples

Expand Down

0 comments on commit 08df93c

Please sign in to comment.