We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f255d1b commit c220bafCopy full SHA for c220baf
src/server/services/recruitCRM.js
@@ -515,6 +515,8 @@ export default class RecruitCRMService {
515
}
516
const candidateSlug = candidate.slug;
517
const form = {
518
+ city: body.city,
519
+ locality: body.countryName,
520
contact_number: body.phone,
521
available_from: body.availability === 'true' ? new Date().toISOString() : new Date('2100-01-01').toISOString(),
522
};
0 commit comments