Skip to content

Commit 7651f51

Browse files
committed
hotfix: MBTI 기본 가중치 값 수정
1 parent ad4fa0d commit 7651f51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/umc/valuedi/domain/mbti/service/FinanceMbtiScoringService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class FinanceMbtiScoringService {
1515

1616
private final FinanceMbtiProvider typeInfoProvider;
1717

18-
private static final double BASE_SCORE = 10.0;
18+
private static final double BASE_SCORE = 5.0;
1919

2020
public record ScoreResult(
2121
int anxietyScore,

0 commit comments

Comments
 (0)