Skip to content

Commit c9a20c0

Browse files
committed
Remove unused variables
1 parent 33b1814 commit c9a20c0

File tree

1 file changed

+0
-4
lines changed
  • daprdocs/content/en/js-sdk-docs/js-actors

1 file changed

+0
-4
lines changed

daprdocs/content/en/js-sdk-docs/js-actors/_index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ const daprHost = "127.0.0.1";
5050
const daprPort = "50000"; // Dapr Sidecar Port of this Example Server
5151
const serverHost = "127.0.0.1"; // App Host of this Example Server
5252
const serverPort = "50001"; // App Port of this Example Server
53-
const daprAppId = "example-hello-world";
5453

5554
async function start() {
5655
const server = new DaprServer(serverHost, serverPort, daprHost, daprPort);
@@ -80,7 +79,6 @@ const daprHost = "127.0.0.1";
8079
const daprPort = "50000"; // Dapr Sidecar Port of this Example Server
8180
const serverHost = "127.0.0.1"; // App Host of this Example Server
8281
const serverPort = "50001"; // App Port of this Example Server
83-
const daprAppId = "example-hello-world";
8482

8583
async function start() {
8684
const server = new DaprServer(serverHost, serverPort, daprHost, daprPort);
@@ -136,7 +134,6 @@ const daprHost = "127.0.0.1";
136134
const daprPort = "50000"; // Dapr Sidecar Port of this Example Server
137135
const serverHost = "127.0.0.1"; // App Host of this Example Server
138136
const serverPort = "50001"; // App Port of this Example Server
139-
const daprAppId = "example-hello-world";
140137

141138
async function start() {
142139
const server = new DaprServer(serverHost, serverPort, daprHost, daprPort);
@@ -174,7 +171,6 @@ const daprHost = "127.0.0.1";
174171
const daprPort = "50000"; // Dapr Sidecar Port of this Example Server
175172
const serverHost = "127.0.0.1"; // App Host of this Example Server
176173
const serverPort = "50001"; // App Port of this Example Server
177-
const daprAppId = "example-hello-world";
178174

179175
async function start() {
180176
const server = new DaprServer(serverHost, serverPort, daprHost, daprPort);

0 commit comments

Comments
 (0)