cosey 0.8.1 → 0.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -52,7 +52,7 @@ var stdin_default = defineComponent({
|
|
|
52
52
|
const row = result[rowIndex] ??= [];
|
|
53
53
|
const week = i + 1;
|
|
54
54
|
const d = currentD.week(week);
|
|
55
|
-
const startDate = d.startOf("
|
|
55
|
+
const startDate = d.startOf("week");
|
|
56
56
|
const endDate = d.endOf("week");
|
|
57
57
|
const startStr = startDate.format("MM-DD");
|
|
58
58
|
const endStr = endDate.format("MM-DD");
|