intermediary work on ziplines
This commit is contained in:
@ -267,7 +267,7 @@ exports.completedCourseware = function (req, res, next) {
|
||||
});
|
||||
};
|
||||
|
||||
exports.completedZiplineOrBasejump = function (req, res, next) {
|
||||
exports.completedBasejump = function (req, res, next) {
|
||||
var isCompletedWith = req.body.bonfireInfo.completedWith || undefined;
|
||||
var isCompletedDate = Math.round(+new Date());
|
||||
var coursewareHash = req.body.coursewareInfo.coursewareHash;
|
||||
|
@ -1,10 +0,0 @@
|
||||
[
|
||||
{
|
||||
"name": "Status Checker",
|
||||
"picture": "",
|
||||
"video": "",
|
||||
"gitHubLink": "https://github.com/FreeCodeCamp/ZiplineStatusChecker",
|
||||
"demoLink": "",
|
||||
"details": []
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user