fixed issue in association and disassociation

This commit is contained in:
hannathkadher
2025-02-03 11:54:49 +04:00
parent 427e764539
commit 3bb88a6e97
6 changed files with 28 additions and 36 deletions

View File

@ -492,7 +492,7 @@ export class SpaceService {
params: GetSpaceParam,
): Promise<BaseResponseDto> {
const { spaceUuid, communityUuid, projectUuid } = params;
await this.validationService.validateSpaceWithinCommunityAndProject(
await this.validationService.checkCommunityAndProjectSpaceExistence(
communityUuid,
projectUuid,
spaceUuid,