update challenge completion rate
This commit is contained in:
@ -587,7 +587,7 @@ module.exports = function(app) {
|
|||||||
blocks,
|
blocks,
|
||||||
daysRunning,
|
daysRunning,
|
||||||
globalCompletedCount: numberWithCommas(
|
globalCompletedCount: numberWithCommas(
|
||||||
5612952 + (Math.floor((Date.now() - 1446268581061) / 3000))
|
5612952 + (Math.floor((Date.now() - 1446268581061) / 2000))
|
||||||
),
|
),
|
||||||
camperCount,
|
camperCount,
|
||||||
lastCompleted,
|
lastCompleted,
|
||||||
|
Reference in New Issue
Block a user