Merge pull request #419 from QuincyLarson/point-fix

add campwide meeting and fix user show points
This commit is contained in:
Nathan
2015-05-05 12:48:32 -04:00
3 changed files with 6 additions and 7 deletions

View File

@@ -331,7 +331,6 @@ exports.returnUser = function(req, res, next) {
bio: user.profile.bio,
picture: user.profile.picture,
progressTimestamps: user.progressTimestamps,
points: user.progressTimestamps.length,
website1Link: user.portfolio.website1Link,
website1Title: user.portfolio.website1Title,
website1Image: user.portfolio.website1Image,