Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
szdytom committed Jul 2, 2024
1 parent 8ce092d commit 8763828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/db.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export class RatingStore {
}

if (outcome === 1) {
item.rating = Math.max(item.rating, 4.5);
item.rating = Math.max(item.rating, 8.5);
} else if (old_rating < 12) { // forgive mistype
item.rating = Math.min(item.rating, 6);
}
Expand Down

0 comments on commit 8763828

Please sign in to comment.