mirror of
https://github.com/koush/scrypted.git
synced 2026-02-12 18:12:04 +00:00
client: fix build error
This commit is contained in:
@@ -310,7 +310,8 @@ export async function connectScryptedClient(options: ScryptedClientOptions): Pro
|
||||
userStorage,
|
||||
disconnect() {
|
||||
socket.close();
|
||||
}
|
||||
},
|
||||
pluginHostAPI: undefined,
|
||||
}
|
||||
|
||||
socket.on('close', () => ret.onClose?.());
|
||||
|
||||
Reference in New Issue
Block a user