y-websocket
Advanced tools
Comparing version 1.2.3 to 1.2.4
{ | ||
"name": "y-websocket", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "Websockets provider for Yjs", | ||
@@ -5,0 +5,0 @@ "main": "./dist/y-websocket.cjs", |
@@ -180,3 +180,3 @@ /* | ||
const encodedParams = url.encodeQueryParams(params) | ||
this.url = serverUrl + '/' + roomname + (encodedParams.length === 0 ? '' : '&' + encodedParams) | ||
this.url = serverUrl + '/' + roomname + (encodedParams.length === 0 ? '' : '?' + encodedParams) | ||
this.roomname = roomname | ||
@@ -183,0 +183,0 @@ this.doc = doc |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet