Feature(challenges): save users current challenge to db

This allows us to automatically load their current challenge
This commit is contained in:
Berkeley Martinez
2016-08-03 15:26:05 -07:00
parent 42de7c57ef
commit 2b32fb3633
6 changed files with 83 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ const publicUserProps = [
'sendNotificationEmail',
'sendQuincyEmail',
'currentChallenge',
'currentChallengeId',
'challengeMap'
];
const log = debug('fcc:services:user');