Empty string instead of total
This commit is contained in:
parent
042ac0f9d3
commit
55efe1a6fa
|
@ -5,7 +5,7 @@ module.exports.total = function(req, res, render) {
|
|||
let courses = [];
|
||||
let total = {
|
||||
name: "Total",
|
||||
type: "Total",
|
||||
type: "",
|
||||
time: 0,
|
||||
tdEquivalent: 0,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue