Skip to content
Snippets Groups Projects
Commit d7634526 authored by syuilo's avatar syuilo
Browse files

fix bug

parent 0eb115bf
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ export default defineComponent({
};
if ($i) {
const connection = stream.useChannel('main', 'UI');
const connection = stream.useChannel('main', null, 'UI');
connection.on('notification', onNotification);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment