mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-08-26 03:19:40 +00:00
added community space
This commit is contained in:
@ -189,7 +189,7 @@ export class CommunityService {
|
||||
}
|
||||
const spaces = communities.map((community) => ({
|
||||
uuid: community.space.uuid,
|
||||
name: community.space.name,
|
||||
name: community.space.spaceName,
|
||||
type: community.space.spaceType.type,
|
||||
}));
|
||||
|
||||
|
Reference in New Issue
Block a user