Skip to content

Commit

Permalink
Add a missing field value for cf_performance_impact
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalchevrel committed Mar 15, 2023
1 parent 8b26a5d commit bb59700
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pchevrel/BzKarma/Scoring.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ class Scoring
'low' => 0,
'none' => 0,
'?' => 0,
'---' => 0,
],
'cc' => 0.1, // Decimal point for each cc, we round the total value
];
Expand Down

0 comments on commit bb59700

Please sign in to comment.