mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-23 17:32:48 +08:00
feat(nbstore): improve nbstore (#9512)
This commit is contained in:
@@ -162,7 +162,7 @@ export class SocketConnection extends AutoReconnectConnection<Socket> {
|
||||
|
||||
constructor(
|
||||
private readonly endpoint: string,
|
||||
private readonly socketOptions: SocketOptions
|
||||
private readonly socketOptions?: SocketOptions
|
||||
) {
|
||||
super();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user