fix
This commit is contained in:
@@ -367,7 +367,7 @@ export class ProfileFieldsService {
|
|||||||
});
|
});
|
||||||
|
|
||||||
if (expertiseField && !mergedFields.has(expertiseField.slug)) {
|
if (expertiseField && !mergedFields.has(expertiseField.slug)) {
|
||||||
const fieldValues = await this.prisma.profileFieldValue.findMany({
|
const fieldValues = await this.prisma.agentProfileFieldValue.findMany({
|
||||||
where: {
|
where: {
|
||||||
fieldId: expertiseField.id,
|
fieldId: expertiseField.id,
|
||||||
jsonValue: { not: Prisma.JsonNull },
|
jsonValue: { not: Prisma.JsonNull },
|
||||||
|
|||||||
Reference in New Issue
Block a user