chore: also default to sundat in ganttDb

This commit is contained in:
Lei Nelissen
2023-07-12 22:38:48 +02:00
parent 5f7212c769
commit 37adc23ae2

View File

@@ -37,7 +37,7 @@ const tags = ['active', 'done', 'crit', 'milestone'];
let funs = [];
let inclusiveEndDates = false;
let topAxis = false;
let weekday = undefined;
let weekday = 'sunday';
// The serial order of the task in the script
let lastOrder = 0;