Empty string instead of total

This commit is contained in:
Thomas Forgione 2017-09-23 22:39:13 +00:00
parent 042ac0f9d3
commit 55efe1a6fa
No known key found for this signature in database
GPG Key ID: 95D964F74A96119E
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ module.exports.total = function(req, res, render) {
let courses = [];
let total = {
name: "Total",
type: "Total",
type: "",
time: 0,
tdEquivalent: 0,
}