fix: use access_token

This commit is contained in:
himself65
2023-03-30 18:35:01 -05:00
parent f935bbaf5d
commit acac585eb2
2 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ const createAffineWebSocketProvider = (
blockSuiteWorkspace.id,
blockSuiteWorkspace.doc,
{
params: { token: getLoginStorage()?.refresh ?? '' },
params: { token: getLoginStorage()?.token ?? '' },
// @ts-expect-error ignore the type
awareness: blockSuiteWorkspace.awarenessStore.awareness,
// we maintain broadcast channel by ourselves