finished spaces validation endpoint

This commit is contained in:
faris Aljohari
2025-03-02 22:48:02 +03:00
parent e17a3fdda8
commit 8a5709b1c9
6 changed files with 101 additions and 2 deletions

View File

@ -218,7 +218,7 @@ export class CommunityService {
}
}
private async validateProject(uuid: string) {
async validateProject(uuid: string) {
const project = await this.projectRepository.findOne({
where: { uuid },
});