This commit is contained in:
Philipinho
2024-05-19 09:06:06 +01:00
parent 9c7c2f1163
commit 6287f41ef6
6 changed files with 22 additions and 20 deletions

View File

@ -104,6 +104,7 @@ export class WorkspaceService {
// create default space
const spaceInfo: CreateSpaceDto = {
name: 'General',
slug: 'general',
};
const createdSpace = await this.spaceService.create(