chore: bump version (#2146)

This commit is contained in:
Himself65
2023-04-26 01:54:44 -05:00
committed by GitHub
parent fa7baaf5c1
commit d2eba54550
10 changed files with 78 additions and 80 deletions

View File

@@ -26,9 +26,9 @@ const createAffineWebSocketProvider = (
blockSuiteWorkspace.doc,
{
params: { token: getLoginStorage()?.token ?? '' },
// @ts-expect-error ignore the type
awareness: blockSuiteWorkspace.awarenessStore.awareness,
// we maintain broadcast channel by ourselves
// @ts-expect-error
disableBc: true,
connect: false,
}