Skip to content

Commit d9127f6

Browse files
committed
some adjusts
1 parent 78a8c1a commit d9127f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/gem/actions/create-candidate/create-candidate.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,12 +225,12 @@ export default {
225225
for (var i = 1; i <= this.educationInfoNumber; i++) {
226226
educationInfo.push({
227227
school: this[`educationInfo${i}School`],
228-
university: this[`educationInfo${i}University`],
228+
parsed_university: this[`educationInfo${i}University`],
229229
start_date: this[`educationInfo${i}StartDate`],
230230
end_date: this[`educationInfo${i}EndDate`],
231231
field_of_study: this[`educationInfo${i}FieldOfSchool`],
232-
major1: this[`educationInfo${i}Major1`],
233-
major2: this[`educationInfo${i}Major2`],
232+
parsed_major_1: this[`educationInfo${i}Major1`],
233+
parsed_major_2: this[`educationInfo${i}Major2`],
234234
degree: this[`educationInfo${i}Degree`],
235235
});
236236
}

0 commit comments

Comments
 (0)