Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove small-upvote weight 3
  • Loading branch information
Raemon committed Feb 6, 2020
1 parent e622661 commit 76a0bcb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/lesswrong/lib/voting/new_vote_types.ts
Expand Up @@ -9,7 +9,6 @@ export const getVotePower = (karma, voteType) => {
}

export const userSmallVotePower = (karma, multiplier) => {
if (karma >= 25000) { return 3 * multiplier }
if (karma >= 1000) { return 2 * multiplier }
return 1 * multiplier
}
Expand Down

0 comments on commit 76a0bcb

Please sign in to comment.