Merge branch 'master' into feature/github-signup

This commit is contained in:
2019-08-27 12:39:15 +02:00
4 changed files with 10 additions and 10 deletions

View File

@@ -129,8 +129,7 @@ module.exports = async function(robot, kredits) {
function calculateAmountForChanges(details) {
let amount;
if (details.charsAdded < 280) {
// less than a tweet
if (details.charsAdded < 500) {
amount = 500;
} else if (details.charsAdded < 2000) {
amount = 1500;