mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-11 07:38:49 +00:00
Add SpaceTypeRepository to CommunityModule imports
This commit is contained in:
@ -43,7 +43,6 @@ export class CommunityController {
|
||||
try {
|
||||
const community =
|
||||
await this.communityService.getCommunityByUuid(communityUuid);
|
||||
|
||||
return community;
|
||||
} catch (error) {
|
||||
if (error.status === 404) {
|
||||
|
Reference in New Issue
Block a user