Skip to content

Commit 4bbcd43

Browse files
authored
Merge pull request #121480 from jiangy10/patch-1
fixed await for js doc
2 parents 5e73cc5 + ab74723 commit 4bbcd43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-web-pubsub/quickstarts-push-messages-from-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ client.on("server-message", (e) => {
8585

8686
// Before a client can receive a message,
8787
// you must invoke start() on the client object.
88-
await client.start();
88+
client.start();
8989
```
9090

9191
#### Run the program

0 commit comments

Comments
 (0)