Empty string instead of total

This commit is contained in:
Thomas Forgione
2017-09-23 22:39:13 +00:00
parent 042ac0f9d3
commit 55efe1a6fa

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,
}