1
0
Fork 0
mirror of synced 2024-05-20 20:52:36 +12:00

style: remove unnecessary comment

This commit is contained in:
Torsten Dittmann 2022-01-03 15:02:14 +01:00
parent a24702b4e1
commit 806bb4ee03

View file

@ -21,7 +21,7 @@ export default function () {
// const url = new URL('wss://appwrite-realtime.monitor-api.com/v1/realtime');
// url.searchParams.append('project', '604249e6b1a9f');
const url = new URL('ws://localhost/v1/realtime');
url.searchParams.append('project', '612625394933c');
url.searchParams.append('project', 'console');
url.searchParams.append('channels[]', 'files');
const res = ws.connect(url.toString(), function (socket) {