Skip to content

Commit

Permalink
* add missing await in "Editing a document locally" example. (#888)
Browse files Browse the repository at this point in the history
  • Loading branch information
blep authored Dec 18, 2024
1 parent 0c04171 commit ca664b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/server/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,5 +222,5 @@ await docConnection.transact((doc) => {
doc.getMap('test').set('a', 'b');
});

docConnection.disconnect()
await docConnection.disconnect()
```

0 comments on commit ca664b0

Please sign in to comment.