mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 10:14:54 +00:00
fixed delete bug
This commit is contained in:
@ -126,8 +126,8 @@ export class SpaceService {
|
||||
try {
|
||||
// First, check if the community exists
|
||||
const space = await this.validateCommunityAndSpace(
|
||||
spaceUuid,
|
||||
communityUuid,
|
||||
spaceUuid,
|
||||
);
|
||||
|
||||
// Delete the space
|
||||
|
||||
Reference in New Issue
Block a user