From a14fc588d45bcecdf95728f573fa33d05c2b2f02 Mon Sep 17 00:00:00 2001 From: MregXN Date: Fri, 1 Dec 2023 11:32:26 +0800 Subject: [PATCH] typo Signed-off-by: MregXN --- examples/pubsub/src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/pubsub/src/index.ts b/examples/pubsub/src/index.ts index fa8cf998..3dc36e6c 100644 --- a/examples/pubsub/src/index.ts +++ b/examples/pubsub/src/index.ts @@ -28,7 +28,6 @@ async function start() { daprPort: process.env.DAPR_HTTP_PORT, }, }); - const client = new DaprClient({ daprHost, daprPort: process.env.DAPR_HTTP_PORT }); // Initialize the subscription. Note that this must be done BEFORE calling .start()