Incremental steps towards building the bonfire challenge views
This commit is contained in:
@@ -64,6 +64,7 @@ exports.returnBonfire = function(req, res, next) {
|
||||
publicTests: c[bonfireNumber].publicTests,
|
||||
privateTests: c[bonfireNumber].privateTests,
|
||||
challengeSeed: c[bonfireNumber].challengeSeed,
|
||||
challengeEntryPoint: c[bonfireNumber].challengeEntryPoint,
|
||||
|
||||
cc: req.user ? req.user.bonfiresHash : undefined,
|
||||
points: req.user ? req.user.points : undefined,
|
||||
|
Reference in New Issue
Block a user