Skip to content

Commit

Permalink
Fix: MVP 배포 실패 항목에 대한 점수가 잘못 입력되어있는것을 수정한다
Browse files Browse the repository at this point in the history
  • Loading branch information
HaJunRyu committed Aug 31, 2024
1 parent 0a40329 commit 7c2c66b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const scoreTypes = [
value: ScoreType.DEPLOY_FAILURE,
label: '프로젝트 MVP 배포 실패',
rangeType: RangeType.Minus,
range: 1,
range: 0.5,
},
],
},
Expand Down

0 comments on commit 7c2c66b

Please sign in to comment.