This commit is contained in:
2025-11-24 19:19:34 +05:30

View File

@@ -523,6 +523,10 @@ export class MinglarService {
whereClause.adminStatusDisplay = MINGLAR_STATUS_DISPLAY.NEW;
}
if (userRoleXid === ROLE.CO_ADMIN || userRoleXid === ROLE.ACCOUNT_MANAGER) {
whereClause.accountManagerXid = userId;
}
const hostHeaders = await this.prisma.hostHeader.findMany({
where: whereClause,
select: {