mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-27 16:34:55 +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.connect();
|
||||||
await queryRunner.startTransaction();
|
await queryRunner.startTransaction();
|
||||||
|
|
||||||
const community = await this.validationService.validateCommunityAndProject(
|
const { community } =
|
||||||
communityUuid,
|
await this.validationService.validateCommunityAndProject(
|
||||||
projectUuid,
|
communityUuid,
|
||||||
);
|
projectUuid,
|
||||||
|
);
|
||||||
|
|
||||||
this.validateSpaceCreation(addSpaceDto, spaceModelUuid);
|
this.validateSpaceCreation(addSpaceDto, spaceModelUuid);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user