Skip to content

Commit c220baf

Browse files
author
dengjun
committed
ci:deploying proxy api
1 parent f255d1b commit c220baf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/server/services/recruitCRM.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,8 @@ export default class RecruitCRMService {
515515
}
516516
const candidateSlug = candidate.slug;
517517
const form = {
518+
city: body.city,
519+
locality: body.countryName,
518520
contact_number: body.phone,
519521
available_from: body.availability === 'true' ? new Date().toISOString() : new Date('2100-01-01').toISOString(),
520522
};

0 commit comments

Comments
 (0)