Fix bug where users could get points for completing the same challenge.

pull/319/head
terakilobyte 2015-04-17 01:39:55 -04:00
parent b9372b9af6
commit f1acc59f82
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ module.exports = {
chat: function chat(req, res) {
if (req.user && req.user.progressTimestamps.length > 5) {
res.redirect('http://gitter.im/freecodecamp/freecodecamp');
res.redirect('http://freecode.slack.com');
} else {
res.render('resources/chat', {
title: "Watch us code live on Twitch.tv"