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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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