File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
components/gem/actions/create-candidate Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments