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