Add SpaceTypeRepository to CommunityModule imports

This commit is contained in:
faris Aljohari
2024-04-02 11:30:44 +03:00
parent ae8d909268
commit badda01a05
4 changed files with 19 additions and 13 deletions

View File

@ -43,7 +43,6 @@ export class CommunityController {
try {
const community =
await this.communityService.getCommunityByUuid(communityUuid);
return community;
} catch (error) {
if (error.status === 404) {