mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-08-26 06:39:39 +00:00
Merge branch 'main' into dev
This commit is contained in:
@ -120,6 +120,7 @@ export class CommunityService {
|
||||
.leftJoin('c.spaces', 's', 's.disabled = false')
|
||||
.where('c.project = :projectUuid', { projectUuid })
|
||||
.andWhere(`c.name != '${ORPHAN_COMMUNITY_NAME}-${project.name}'`)
|
||||
.orderBy('c.createdAt', 'DESC')
|
||||
.distinct(true);
|
||||
if (pageable.search) {
|
||||
qb.andWhere(
|
||||
|
Reference in New Issue
Block a user