Merge pull request #189 from SyncrowIOT/bugfix/community-fetch

fix bug in community
This commit is contained in:
hannathkadher
2024-12-31 12:26:59 +04:00
committed by GitHub

View File

@ -62,7 +62,8 @@ export class SpaceService {
await queryRunner.connect();
await queryRunner.startTransaction();
const community = await this.validationService.validateCommunityAndProject(
const { community } =
await this.validationService.validateCommunityAndProject(
communityUuid,
projectUuid,
);