Fixing fields that got mixed up (#2207) (#2842)

Fixing fields that got mixed up
This commit is contained in:
Ruslan
2023-12-05 18:22:21 +07:00
committed by GitHub
parent 95a1cfeec3
commit 72d696ad1b

View File

@@ -28,11 +28,11 @@ export const personPrefillData = async (
.into(`${schemaName}.person`, [ .into(`${schemaName}.person`, [
'nameFirstName', 'nameFirstName',
'nameLastName', 'nameLastName',
'city',
'email', 'email',
'avatarUrl',
'linkedinLinkUrl', 'linkedinLinkUrl',
'jobTitle', 'jobTitle',
'city',
'avatarUrl',
'companyId', 'companyId',
]) ])
.orIgnore() .orIgnore()