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