mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-15 18:27:05 +00:00
Merge pull request #189 from SyncrowIOT/bugfix/community-fetch
fix bug in community
This commit is contained in:
@ -62,10 +62,11 @@ export class SpaceService {
|
||||
await queryRunner.connect();
|
||||
await queryRunner.startTransaction();
|
||||
|
||||
const community = await this.validationService.validateCommunityAndProject(
|
||||
communityUuid,
|
||||
projectUuid,
|
||||
);
|
||||
const { community } =
|
||||
await this.validationService.validateCommunityAndProject(
|
||||
communityUuid,
|
||||
projectUuid,
|
||||
);
|
||||
|
||||
this.validateSpaceCreation(addSpaceDto, spaceModelUuid);
|
||||
|
||||
|
Reference in New Issue
Block a user