Skip to content

Commit 289fa83

Browse files
chore: lint
1 parent 66a17a1 commit 289fa83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playgrounds/subscriptions/src/ComposableDemo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const {
2727
{ channelId: channelId.value },
2828
{
2929
immediate: false,
30-
onData: _msg => {},
30+
onData: (_msg) => {},
3131
onError: err => console.error('Error:', err),
3232
},
3333
)

0 commit comments

Comments
 (0)