mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-23 13:02:21 +08:00
feat: fix
This commit is contained in:
@@ -81,7 +81,7 @@ export class DataCenter {
|
|||||||
/**
|
/**
|
||||||
* create new workspace , new workspace is a local workspace
|
* create new workspace , new workspace is a local workspace
|
||||||
* @param {string} name workspace name
|
* @param {string} name workspace name
|
||||||
* @returns {Promise<WS>}
|
* @returns {Promise<Workspace>}
|
||||||
*/
|
*/
|
||||||
public async createWorkspace(workspaceMeta: WorkspaceMeta) {
|
public async createWorkspace(workspaceMeta: WorkspaceMeta) {
|
||||||
assert(
|
assert(
|
||||||
|
|||||||
Reference in New Issue
Block a user