mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 08:54:54 +00:00
fixed issue in association and disassociation
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user