Skip to content

Commit

Permalink
fix: 프로필 생성 버그 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
punchdrunkard committed Oct 5, 2024
1 parent a51ef13 commit 8946621
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public List<UserType> getTopNUserTypes(List<Long> categories, List<Long> moods,
userTypeScores.put("파티피플러", getPartyPeopleScore(categories, moods));
userTypeScores.put("인스파이어러", getInspireScore(categories, moods));
userTypeScores.put("몽글몽글 힐링러", getHealingScore(categories, moods));
userTypeScores.put("탐험러", getExploreScore(categories, moods));
userTypeScores.put("호기심만땅 탐험러", getExploreScore(categories, moods));

log.info("userTypeScores: {}", userTypeScores);

Expand Down

0 comments on commit 8946621

Please sign in to comment.