mirror of
https://github.com/cudr/slate-collaborative.git
synced 2026-03-02 03:40:18 +00:00
fix: dependency update build
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user