Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
encse committed Dec 12, 2024
1 parent 663787d commit 3735e5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ for(const year of Object.keys(yearToDays)){
yearToDays[year] = yearToDays[year].sort((a,b) => a-b);
}

console.log(yearToDays);
const lastYear = Math.max(...Object.keys(yearToDays))
const lastDay = Math.max(...yearToDays[lastYear]);

Expand Down

0 comments on commit 3735e5f

Please sign in to comment.