Skip to content

Commit

Permalink
changed traits to traits raw
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonwright committed Jun 18, 2015
1 parent 0fd7b91 commit d862d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ module.exports = {
},

getPersonalityTraits: function(assessmentId, callBack){
this.get("/assessments/" + assessmentId + "/personality_traits", String(), callBack);
this.get("/assessments/" + assessmentId + "/personality_traits/raw", String(), callBack);
},

getCareerMatches: function(assessmentId, params, callBack){
Expand Down

0 comments on commit d862d0c

Please sign in to comment.