add campwide meeting and fix user show points

This commit is contained in:
Quincy Larson
2015-05-05 09:22:38 -07:00
parent 7cbcf46377
commit 200fa53012
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,