Skip to content

Commit 9df1454

Browse files
committed
npm run pretty-fix
Signed-off-by: MregXN <[email protected]>
1 parent 4b96411 commit 9df1454

File tree

1 file changed

+2
-2
lines changed
  • daprdocs/content/en/js-sdk-docs/js-server

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ const daprServer = new DaprServer({
112112
serverPort: "50002", // App Port
113113
serverHttp: myApp,
114114
clientOptions: {
115-
daprHost,
116-
daprPort,
115+
daprHost
116+
daprPort
117117
}
118118
});
119119

0 commit comments

Comments
 (0)