FIX: Thank you badge had incorrect criteria

This commit is contained in:
Robin Ward
2016-03-17 13:03:29 -04:00
parent 577f0e9e4e
commit b0e23c9f56
2 changed files with 2 additions and 2 deletions

View File

@@ -314,7 +314,7 @@ end
[
[Badge::ThankYou, "Thank You", BadgeType::Bronze, 6, 0.50],
[Badge::ThankYou, "Thank You", BadgeType::Bronze, 20, 0.00],
[Badge::GivesBack, "Gives Back", BadgeType::Silver, 100, 1.0],
[Badge::Empathetic, "Empathetic", BadgeType::Gold, 500, 2.0],
].each do |spec|