mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-29 16:19:43 +08:00
fix(core): fix ios blob upload (#10263)
This commit is contained in:
@@ -22,7 +22,7 @@ export class CloudAwarenessStorage extends AwarenessStorageBase {
|
||||
super();
|
||||
}
|
||||
|
||||
connection = new SocketConnection(`${this.options.serverBaseUrl}/`);
|
||||
connection = new SocketConnection(this.options.serverBaseUrl);
|
||||
|
||||
private get socket() {
|
||||
return this.connection.inner.socket;
|
||||
|
||||
Reference in New Issue
Block a user