Removing extraneous space

This commit is contained in:
Carlo Costino
2024-03-15 13:07:50 -04:00
committed by GitHub
parent be2dc9a165
commit 88c7f9590f

View File

@@ -10,7 +10,7 @@
function updateCountdown() {
if (countdownContainer) {
const now = new Date().getTime();
const now = new Date().getTime();
const difference = targetDate - now;
// Time calculations for days only