Skip to content

Commit

Permalink
Update salaries to salary to match schema
Browse files Browse the repository at this point in the history
  • Loading branch information
trialnerr committed Jan 10, 2025
1 parent 0c71ec5 commit 239fc37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/controllers/reviews.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ const reviewController = {
'questions.careerGrowth': newRatings.careerGrowth,
'questions.diversityScale': newRatings.diversityScale,
'questions.companyCulture': newRatings.companyCulture,
'questions.salary': newRatings.salaries,
'questions.salary': newRatings.salary,
comment,
},
},
Expand Down

0 comments on commit 239fc37

Please sign in to comment.