Skip to content

Commit d953688

Browse files
authored
docs: missing curly brace (#1512)
1 parent 76f19f6 commit d953688

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/docs/src/guide-composable/subscription.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -596,6 +596,7 @@ const wsLink = new WebSocketLink({
596596
connectionParams: {
597597
authToken: user.authToken,
598598
},
599+
}
599600
})
600601
```
601602

0 commit comments

Comments
 (0)