fix: dependency update build

This commit is contained in:
curd
2021-01-18 19:41:46 +03:00
parent b5f4b5642b
commit f5648255c1
5 changed files with 74 additions and 51 deletions

View File

@@ -38,7 +38,7 @@ export default class SocketIOCollaboration {
*/
constructor(options: SocketIOCollaborationOptions) {
this.io = io(options.entry, options.connectOpts)
this.io = io(options.entry as Server, options.connectOpts)
this.backend = new AutomergeBackend()