From 315b02ce0db312b5318715fa9e4cbd49447a9de5 Mon Sep 17 00:00:00 2001 From: TheShadowEevee Date: Mon, 23 Dec 2024 20:20:27 -0600 Subject: [PATCH] Bump End Date --- commands/commit-count.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/commit-count.js b/commands/commit-count.js index 50abcf6..d64f2a9 100644 --- a/commands/commit-count.js +++ b/commands/commit-count.js @@ -191,6 +191,7 @@ module.exports = { interaction.options.getString('end-date') ?? interaction.createdTimestamp, ); + endDate.setDate(endDate.getDate() + 1); while (currentDate <= endDate) { allDays.push(new Date(currentDate));