We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66a17a1 commit 289fa83Copy full SHA for 289fa83
playgrounds/subscriptions/src/ComposableDemo.vue
@@ -27,7 +27,7 @@ const {
27
{ channelId: channelId.value },
28
{
29
immediate: false,
30
- onData: _msg => {},
+ onData: (_msg) => {},
31
onError: err => console.error('Error:', err),
32
},
33
)
0 commit comments