We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9380cc6 commit 6084aacCopy full SHA for 6084aac
render-txt.js
@@ -14,6 +14,10 @@ for (let { room, historical } of rooms) {
14
.filter(f => /^[0-9]{4}-[0-9]{2}-[0-9]{2}\.json$/.test(f))
15
.map(d => d.replace(/\.json$/, ''))
16
.sort();
17
+
18
+ if (days.length === 0) {
19
+ continue;
20
+ }
21
22
// gotta get `groupBy` added... https://github.com/tc39/proposal-array-filtering/issues/2#issuecomment-810594446
23
let months = new Map();
0 commit comments