mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
feat: support page sharing by meta (#1858)
This commit is contained in:
@@ -380,7 +380,9 @@ export function createWorkspaceApis(prefixUrl = '/') {
|
||||
{
|
||||
method: 'GET',
|
||||
}
|
||||
).then(r => r.arrayBuffer());
|
||||
).then(r =>
|
||||
r.ok ? r.arrayBuffer() : Promise.reject(new Error(`${r.status}`))
|
||||
);
|
||||
},
|
||||
downloadWorkspace: async (
|
||||
workspaceId: string,
|
||||
|
||||
Reference in New Issue
Block a user