Skip to content

Commit ab74723

Browse files
authored
fixed await for js doc
1 parent dd02741 commit ab74723

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)